|
||||||||||
| 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.rest.RestInitializationException
public class RestInitializationException
This exception is used when an error occurs during initialization of REST components.
Exception,
Serialized Form| Field Summary | |
|---|---|
static java.lang.String |
CLASS_VERSION
Class version string |
| Constructor Summary | |
|---|---|
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 |
|
| 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 RestInitializationException(java.lang.String pMessage)
pMessage - an error message describing the exceptionpublic RestInitializationException(java.lang.Throwable pCause)
pCause - the source exception
public RestInitializationException(java.lang.String pMessage,
java.lang.Throwable pCause)
pMessage - an error message describing the exceptionpCause - the source exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||