Package javax.jms

Class JMSRuntimeException

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.lang.String errorCode
      Provider-specific error code.
      private static long serialVersionUID
      Explicitly set serialVersionUID to be the same as the implicit serialVersionUID of the JMS 1.1 version
    • Constructor Summary

      Constructors 
      Constructor Description
      JMSRuntimeException​(java.lang.String detailMessage)
      Constructs a JMSRuntimeException with the specified detail message
      JMSRuntimeException​(java.lang.String detailMessage, java.lang.String errorCode)
      Constructs a JMSRuntimeException with the specified detail message and error code.
      JMSRuntimeException​(java.lang.String detailMessage, java.lang.String errorCode, java.lang.Throwable cause)
      Constructs a JMSRuntimeException with the specified detail message, error code and cause
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getErrorCode()
      Returns the vendor-specific error code.
      • 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

      • serialVersionUID

        private static final long serialVersionUID
        Explicitly set serialVersionUID to be the same as the implicit serialVersionUID of the JMS 1.1 version
        See Also:
        Constant Field Values
      • errorCode

        private java.lang.String errorCode
        Provider-specific error code.
    • Constructor Detail

      • JMSRuntimeException

        public JMSRuntimeException​(java.lang.String detailMessage,
                                   java.lang.String errorCode)
        Constructs a JMSRuntimeException with the specified detail message and error code.
        Parameters:
        detailMessage - a description of the exception
        errorCode - a provider-specific error code
      • JMSRuntimeException

        public JMSRuntimeException​(java.lang.String detailMessage)
        Constructs a JMSRuntimeException with the specified detail message
        Parameters:
        detailMessage - a description of the exception
      • JMSRuntimeException

        public JMSRuntimeException​(java.lang.String detailMessage,
                                   java.lang.String errorCode,
                                   java.lang.Throwable cause)
        Constructs a JMSRuntimeException with the specified detail message, error code and cause
        Parameters:
        detailMessage - a description of the exception
        errorCode - a provider-specific error code
        cause - the underlying cause of this exception
    • Method Detail

      • getErrorCode

        public java.lang.String getErrorCode()
        Returns the vendor-specific error code.
        Returns:
        the provider-specific error code