| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
atg.versionmanager.exceptions.VersionException
public class VersionException
A versioning exception.
| Field Summary | |
|---|---|
| static java.lang.String | CLASS_VERSIONClass 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 | 
|---|
public static java.lang.String CLASS_VERSION
| Constructor Detail | 
|---|
public VersionException()
public VersionException(java.lang.String pMessage)
pMessage - the message
public VersionException(java.lang.String pMessage,
                        java.lang.Throwable pCause)
pMessage - the messagepCause - the root causepublic VersionException(java.lang.Throwable pCause)
pCause - the root cause| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||