atg.versionmanager.exceptions
Class VersionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by atg.versionmanager.exceptions.VersionException
All Implemented Interfaces:
java.io.Serializable

public class VersionException
extends java.lang.Exception

A versioning exception.

See Also:
Serialized Form

Field Summary
static java.lang.String CLASS_VERSION
          Class version string
 
Constructor Summary
VersionException()
          Empty constructor
VersionException(java.lang.String pMessage)
          Construct a versioning exception with the specified message string.
VersionException(java.lang.String pMessage, java.lang.Throwable pCause)
          Construct a versioning exception with the specified message string and root cause.
VersionException(java.lang.Throwable pCause)
          Construct a versioning exception with the specified root 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
 

Field Detail

CLASS_VERSION

public static java.lang.String CLASS_VERSION
Class version string

Constructor Detail

VersionException

public VersionException()
Empty constructor


VersionException

public VersionException(java.lang.String pMessage)
Construct a versioning exception with the specified message string.

Parameters:
pMessage - the message

VersionException

public VersionException(java.lang.String pMessage,
                        java.lang.Throwable pCause)
Construct a versioning exception with the specified message string and root cause.

Parameters:
pMessage - the message
pCause - the root cause

VersionException

public VersionException(java.lang.Throwable pCause)
Construct a versioning exception with the specified root cause.

Parameters:
pCause - the root cause