|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.io.IOException
com.caucho.services.message.MessageServiceException
public class MessageServiceException
Exception for faults when the fault doesn't return a java exception. This exception is required for MicroHessianInput.
Field Summary | |
---|---|
private java.lang.Throwable |
_rootCause
|
Constructor Summary | |
---|---|
MessageServiceException()
Zero-arg constructor. |
|
MessageServiceException(java.lang.String message)
Create the exception. |
|
MessageServiceException(java.lang.String message,
java.lang.Throwable rootCause)
Create the exception. |
|
MessageServiceException(java.lang.Throwable rootCause)
Create the exception. |
Method Summary | |
---|---|
java.lang.Throwable |
getCause()
Returns the underlying cause. |
java.lang.Throwable |
getRootCause()
Returns the underlying cause. |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, 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 |
---|
private java.lang.Throwable _rootCause
Constructor Detail |
---|
public MessageServiceException()
public MessageServiceException(java.lang.String message)
public MessageServiceException(java.lang.String message, java.lang.Throwable rootCause)
public MessageServiceException(java.lang.Throwable rootCause)
Method Detail |
---|
public java.lang.Throwable getRootCause()
public java.lang.Throwable getCause()
getCause
in class java.lang.Throwable
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |