Package com.caucho.services.message
Class MessageServiceException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
com.caucho.services.message.MessageServiceException
- All Implemented Interfaces:
Serializable
Exception for faults when the fault doesn't return a java exception.
This exception is required for MicroHessianInput.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionZero-arg constructor.MessageServiceException
(String message) Create the exception.MessageServiceException
(String message, Throwable rootCause) Create the exception.MessageServiceException
(Throwable rootCause) Create the exception. -
Method Summary
Modifier and TypeMethodDescriptiongetCause()
Returns the underlying cause.Returns the underlying cause.Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
MessageServiceException
public MessageServiceException()Zero-arg constructor. -
MessageServiceException
Create the exception. -
MessageServiceException
Create the exception. -
MessageServiceException
Create the exception.
-
-
Method Details