|
|||||||||
| 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.client.RestClientException
public class RestClientException
The client side exception class for Rest services.
Exception,
Serialized Form| Field Summary | |
|---|---|
static java.lang.String |
CLASS_VERSION
Class version string |
| Constructor Summary | |
|---|---|
RestClientException(java.lang.String pMessage)
A constructor which takes a message, response object and error code. |
|
RestClientException(java.lang.String pMessage,
java.lang.Throwable pCause)
A constructor which takes a source exception, response object and error code. |
|
RestClientException(java.lang.Throwable pCause)
A constructor which takes a source exception, response object and error code. |
|
| 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 RestClientException(java.lang.String pMessage)
pMessage - an error message describing the REST exception.public RestClientException(java.lang.Throwable pCause)
pCause - the source exception
public RestClientException(java.lang.String pMessage,
java.lang.Throwable pCause)
pMessage - an error message describing the REST exception.pCause - the source exception
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||