Class 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:
    Serialized Form
    • Constructor Detail

      • 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 Detail

      • getRootCause

        public Throwable getRootCause()
        Returns the underlying cause.