|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.lang.Throwable | +--java.lang.Exception | +--com.oakgrovesystems.reactor.client.ReactorProxyException
Field Summary | |
protected com.oakgrovesystems.reactor.ReactorResponse |
response
|
protected java.lang.Throwable |
rootCause
|
Constructor Summary | |
ReactorProxyException()
Creates a new exception |
|
ReactorProxyException(java.lang.String message)
Creates a new exception and sets the error message |
|
ReactorProxyException(java.lang.String message,
com.oakgrovesystems.reactor.ReactorResponse response)
Creates a new exception and sets the message and response from reactor server |
|
ReactorProxyException(java.lang.String message,
java.lang.Throwable t)
Creates a new exception and sets the message and root cause of the exception |
Method Summary | |
java.lang.String |
getMessage()
Gets the message of the exception |
com.oakgrovesystems.reactor.ReactorResponse |
getReactorResponse()
Gets the reactor response |
int |
getResponseCodeNbr()
Gets the error code number of the reactor resposne |
java.lang.String |
getResponseDebugInfo()
Gets the debug info of the reactor resposnse |
java.lang.String |
getResponseMessage()
Gets the error message of the reactor resposne |
java.lang.Throwable |
getRootCause()
Gets the root cause of the exception. |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, 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 |
protected java.lang.Throwable rootCause
protected com.oakgrovesystems.reactor.ReactorResponse response
Constructor Detail |
public ReactorProxyException()
public ReactorProxyException(java.lang.String message)
message
- The error messagepublic ReactorProxyException(java.lang.String message, java.lang.Throwable t)
message
- the error messaget
- The root causepublic ReactorProxyException(java.lang.String message, com.oakgrovesystems.reactor.ReactorResponse response)
message
- the error messageresponse
- the response from reactor serverMethod Detail |
public java.lang.Throwable getRootCause()
public com.oakgrovesystems.reactor.ReactorResponse getReactorResponse()
public int getResponseCodeNbr()
public java.lang.String getResponseMessage()
public java.lang.String getResponseDebugInfo()
public java.lang.String getMessage()
getMessage
in class java.lang.Throwable
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |