public class InvalidSelectorRuntimeException extends JMSRuntimeException
InvalidSelectorException to be thrown.| Constructor and Description | 
|---|
InvalidSelectorRuntimeException(String detailMessage)
Constructs a  
InvalidSelectorRuntimeException with the specified detail message | 
InvalidSelectorRuntimeException(String detailMessage,
                               String errorCode)
Constructs a  
InvalidSelectorRuntimeException with the specified detail message and error code. | 
InvalidSelectorRuntimeException(String detailMessage,
                               String errorCode,
                               Throwable cause)
Constructs a  
InvalidSelectorRuntimeException with the specified detail message, error code and cause | 
getErrorCodeaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic InvalidSelectorRuntimeException(String detailMessage)
InvalidSelectorRuntimeException with the specified detail messagedetailMessage - a description of the exceptionpublic InvalidSelectorRuntimeException(String detailMessage, String errorCode)
InvalidSelectorRuntimeException with the specified detail message and error code.detailMessage - a description of the exceptionerrorCode - a provider-specific error codepublic InvalidSelectorRuntimeException(String detailMessage, String errorCode, 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 exceptionCopyright © 2018,2020 Eclipse Foundation.
Use is subject to license terms.