Package javax.jms

Class JMSException

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.lang.String errorCode  
      private java.lang.Exception linkedException  
    • Constructor Summary

      Constructors 
      Constructor Description
      JMSException​(java.lang.String reason)  
      JMSException​(java.lang.String reason, java.lang.String errorCode)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getErrorCode()  
      java.lang.Exception getLinkedException()  
      void setLinkedException​(java.lang.Exception ex)  
      • 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

      • errorCode

        private java.lang.String errorCode
      • linkedException

        private java.lang.Exception linkedException
    • Constructor Detail

      • JMSException

        public JMSException​(java.lang.String reason,
                            java.lang.String errorCode)
      • JMSException

        public JMSException​(java.lang.String reason)
    • Method Detail

      • getErrorCode

        public java.lang.String getErrorCode()
      • getLinkedException

        public java.lang.Exception getLinkedException()
      • setLinkedException

        public void setLinkedException​(java.lang.Exception ex)