public class JMSSecurityRuntimeException extends JMSRuntimeException
JMSSecurityException
to be thrown.Constructor and Description |
---|
JMSSecurityRuntimeException(java.lang.String detailMessage)
Constructs a
JMSSecurityRuntimeException with the specified detail message |
JMSSecurityRuntimeException(java.lang.String detailMessage,
java.lang.String errorCode)
Constructs a
JMSSecurityRuntimeException with the specified detail message and error code. |
JMSSecurityRuntimeException(java.lang.String detailMessage,
java.lang.String errorCode,
java.lang.Throwable cause)
Constructs a
JMSSecurityRuntimeException with the specified detail message, error code and cause |
getErrorCode
public JMSSecurityRuntimeException(java.lang.String detailMessage)
JMSSecurityRuntimeException
with the specified detail messagedetailMessage
- a description of the exceptionpublic JMSSecurityRuntimeException(java.lang.String detailMessage, java.lang.String errorCode)
JMSSecurityRuntimeException
with the specified detail message and error code.detailMessage
- a description of the exceptionerrorCode
- a provider-specific error codepublic JMSSecurityRuntimeException(java.lang.String detailMessage, java.lang.String errorCode, java.lang.Throwable cause)
JMSSecurityRuntimeException
with the specified detail message, error code and causedetailMessage
- a description of the exceptionerrorCode
- a provider-specific error codecause
- the underlying cause of this exception