com.caucho.services.message
Class MessageServiceException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.io.IOException
              extended bycom.caucho.services.message.MessageServiceException
All Implemented Interfaces:
java.io.Serializable

public class MessageServiceException
extends java.io.IOException

Exception for faults when the fault doesn't return a java exception. This exception is required for MicroHessianInput.

See Also:
Serialized Form

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 getRootCause()
          Returns the underlying cause.
 
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
 

Constructor Detail

MessageServiceException

public MessageServiceException()
Zero-arg constructor.


MessageServiceException

public MessageServiceException(java.lang.String message)
Create the exception.


MessageServiceException

public MessageServiceException(java.lang.String message,
                               java.lang.Throwable rootCause)
Create the exception.


MessageServiceException

public MessageServiceException(java.lang.Throwable rootCause)
Create the exception.

Method Detail

getRootCause

public java.lang.Throwable getRootCause()
Returns the underlying cause.