public class InvalidSelectorRuntimeException extends JMSRuntimeException
InvalidSelectorException
to be thrown.Constructor and Description |
---|
InvalidSelectorRuntimeException(java.lang.String detailMessage)
Constructs a
InvalidSelectorRuntimeException with the specified detail message |
InvalidSelectorRuntimeException(java.lang.String detailMessage,
java.lang.String errorCode)
Constructs a
InvalidSelectorRuntimeException with the specified detail message and error code. |
InvalidSelectorRuntimeException(java.lang.String detailMessage,
java.lang.String errorCode,
java.lang.Throwable cause)
Constructs a
InvalidSelectorRuntimeException with the specified detail message, error code and cause |
getErrorCode
public InvalidSelectorRuntimeException(java.lang.String detailMessage)
InvalidSelectorRuntimeException
with the specified detail messagedetailMessage
- a description of the exceptionpublic InvalidSelectorRuntimeException(java.lang.String detailMessage, java.lang.String errorCode)
InvalidSelectorRuntimeException
with the specified detail message and error code.detailMessage
- a description of the exceptionerrorCode
- a provider-specific error codepublic InvalidSelectorRuntimeException(java.lang.String detailMessage, java.lang.String errorCode, java.lang.Throwable cause)
InvalidSelectorRuntimeException
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