Package javax.jms

Class JMSRuntimeException

    • 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.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
    • 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