org.apache.maven.mercury.artifact.version
Class VersionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.maven.mercury.artifact.version.VersionException
All Implemented Interfaces:
java.io.Serializable

public class VersionException
extends java.lang.Exception

Version:
$Id: VersionException.java 744245 2009-02-13 21:23:44Z hboutemy $
Author:
Oleg Gusakov
See Also:
Serialized Form

Constructor Summary
VersionException()
           
VersionException(java.lang.String message)
           
VersionException(java.lang.String message, java.lang.Throwable cause)
           
VersionException(java.lang.Throwable cause)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

VersionException

public VersionException()

VersionException

public VersionException(java.lang.String message)

VersionException

public VersionException(java.lang.Throwable cause)

VersionException

public VersionException(java.lang.String message,
                        java.lang.Throwable cause)


Copyright © 2002-2010 Apache Software Foundation. All Rights Reserved.