Class InvalidClientIDException
java.lang.Object
java.lang.Throwable
java.lang.Exception
jakarta.jms.JMSException
jakarta.jms.InvalidClientIDException
com.sun.messaging.jms.InvalidClientIDException
- All Implemented Interfaces:
com.sun.messaging.jmq.jmsclient.logging.Loggable, Serializable
public class InvalidClientIDException
extends jakarta.jms.InvalidClientIDException
implements com.sun.messaging.jmq.jmsclient.logging.Loggable
This exception must be thrown when a client attempts to set a connection's client ID to a value that is rejected by a provider.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionInvalidClientIDException(String reason, String errorCode) Constructs aInvalidClientIDExceptionwith the specified reason and error code. -
Method Summary
Modifier and TypeMethodDescriptionbooleanget logging state of this object.voidThis method will also set the cause of theInvalidClientIDException.voidsetLogState(boolean state) set state to true if this object is logged.Methods inherited from class jakarta.jms.JMSException
getErrorCode, getLinkedExceptionMethods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InvalidClientIDException
-
-
Method Details
-
setLinkedException
This method will also set the cause of the
InvalidClientIDException. When a backtrace of theInvalidClientIDExceptionis printed usingprintStackTraceusingprintStackTracea backtrace of the cause will also get printed.- Overrides:
setLinkedExceptionin classjakarta.jms.JMSException
-
setLogState
public void setLogState(boolean state) set state to true if this object is logged.- Specified by:
setLogStatein interfacecom.sun.messaging.jmq.jmsclient.logging.Loggable- Parameters:
state- boolean
-
getLogState
public boolean getLogState()get logging state of this object.- Specified by:
getLogStatein interfacecom.sun.messaging.jmq.jmsclient.logging.Loggable- Returns:
- boolean true if this object is logged.
-