Package com.sun.messaging.jms
Class MQInvalidClientIDRuntimeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
jakarta.jms.JMSRuntimeException
jakarta.jms.InvalidClientIDRuntimeException
com.sun.messaging.jms.MQInvalidClientIDRuntimeException
- All Implemented Interfaces:
com.sun.messaging.jmq.jmsclient.logging.Loggable
,Serializable
public class MQInvalidClientIDRuntimeException
extends jakarta.jms.InvalidClientIDRuntimeException
implements com.sun.messaging.jmq.jmsclient.logging.Loggable
This class is the MQ-specific implementation of jakarta.jms.InvalidClientIDRuntimeException and adds the methods setLogState and getlogState
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionMQInvalidClientIDRuntimeException
(jakarta.jms.InvalidClientIDException cause) Construct aMQInvalidClientIDRuntimeException
to wrap the specified InvalidClientIDExceptionMQInvalidClientIDRuntimeException
(String detailMessage) Constructs aMQInvalidClientIDRuntimeException
with the specified detail messageMQInvalidClientIDRuntimeException
(String detailMessage, String errorCode) Constructs aMQInvalidClientIDRuntimeException
with the specified detail message and error code.MQInvalidClientIDRuntimeException
(String detailMessage, String errorCode, Throwable cause) Constructs aMQInvalidClientIDRuntimeException
with the specified detail message, error code and cause -
Method Summary
Modifier and TypeMethodDescriptionboolean
return whether this object is loggedvoid
setLogState
(boolean state) Specify whether this object is logged.Methods inherited from class jakarta.jms.JMSRuntimeException
getErrorCode
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
MQInvalidClientIDRuntimeException
Constructs aMQInvalidClientIDRuntimeException
with the specified detail message- Parameters:
detailMessage
- a description of the exception
-
MQInvalidClientIDRuntimeException
Constructs aMQInvalidClientIDRuntimeException
with the specified detail message and error code.- Parameters:
detailMessage
- a description of the exceptionerrorCode
- a provider-specific error code
-
MQInvalidClientIDRuntimeException
Constructs aMQInvalidClientIDRuntimeException
with the specified detail message, error code and cause- Parameters:
detailMessage
- a description of the exceptionerrorCode
- a provider-specific error codecause
- the underlying cause of this exception
-
MQInvalidClientIDRuntimeException
public MQInvalidClientIDRuntimeException(jakarta.jms.InvalidClientIDException cause) Construct aMQInvalidClientIDRuntimeException
to wrap the specified InvalidClientIDException- Parameters:
cause
- the underlying cause of this exception
-
-
Method Details
-
setLogState
public void setLogState(boolean state) Specify whether this object is logged.- Specified by:
setLogState
in interfacecom.sun.messaging.jmq.jmsclient.logging.Loggable
- Parameters:
state
- whether this object is logged
-
getLogState
public boolean getLogState()return whether this object is logged- Specified by:
getLogState
in interfacecom.sun.messaging.jmq.jmsclient.logging.Loggable
- Returns:
- whether this object is logged
-