public class VersionException
extends java.lang.Exception
| Modifier and Type | Field and Description | 
|---|---|
static java.lang.String | 
CLASS_VERSION
Class version string 
 | 
| Constructor and Description | 
|---|
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. 
 | 
public VersionException()
public VersionException(java.lang.String pMessage)
pMessage - the messagepublic VersionException(java.lang.String pMessage,
                        java.lang.Throwable pCause)
pMessage - the messagepCause - the root causepublic VersionException(java.lang.Throwable pCause)
pCause - the root cause