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