Class MessageServiceException

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

public class MessageServiceException extends IOException
Exception for faults when the fault doesn't return a java exception. This exception is required for MicroHessianInput.
See Also:
  • Constructor Details

    • MessageServiceException

      public MessageServiceException()
      Zero-arg constructor.
    • MessageServiceException

      public MessageServiceException(String message)
      Create the exception.
    • MessageServiceException

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

      public MessageServiceException(Throwable rootCause)
      Create the exception.
  • Method Details

    • getRootCause

      public Throwable getRootCause()
      Returns the underlying cause.
    • getCause

      public Throwable getCause()
      Returns the underlying cause.
      Overrides:
      getCause in class Throwable