Class MessageException

    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.lang.Throwable t  
    • Constructor Summary

      Constructors 
      Constructor Description
      MessageException​(java.lang.String msg, java.lang.Throwable throwable)
      Create an instance.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Throwable getException()
      Get the exception which this instance wraps.
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, 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

      • t

        protected final java.lang.Throwable t
    • Constructor Detail

      • MessageException

        public MessageException​(java.lang.String msg,
                                java.lang.Throwable throwable)
        Create an instance. The passed in Throwable is available via getException().
        Parameters:
        msg -
        throwable -
    • Method Detail

      • getException

        public java.lang.Throwable getException()
        Get the exception which this instance wraps.
        Returns:
        the exception