public class RestInitializationException
extends java.lang.Exception
Exception, 
Serialized Form| Modifier and Type | Field and Description | 
|---|---|
| static java.lang.String | CLASS_VERSIONClass version string | 
| Constructor and Description | 
|---|
| RestInitializationException(java.lang.String pMessage)A constructor which takes a message string | 
| RestInitializationException(java.lang.String pMessage,
                           java.lang.Throwable pCause)A constructor which takes a message string and source exception | 
| RestInitializationException(java.lang.Throwable pCause)A constructor which takes a source exception | 
public RestInitializationException(java.lang.String pMessage)
pMessage - an error message describing the exceptionpublic RestInitializationException(java.lang.Throwable pCause)
pCause - the source exceptionpublic RestInitializationException(java.lang.String pMessage,
                           java.lang.Throwable pCause)
pMessage - an error message describing the exceptionpCause - the source exception