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