Package com.sun.messaging.jms
Class MQTransactionInProgressRuntimeException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- jakarta.jms.JMSRuntimeException
-
- jakarta.jms.TransactionInProgressRuntimeException
-
- com.sun.messaging.jms.MQTransactionInProgressRuntimeException
-
- All Implemented Interfaces:
com.sun.messaging.jmq.jmsclient.logging.Loggable
,java.io.Serializable
public class MQTransactionInProgressRuntimeException extends jakarta.jms.TransactionInProgressRuntimeException implements com.sun.messaging.jmq.jmsclient.logging.Loggable
This class is the MQ-specific implementation of jakarta.jms.MQTransactionInProgressRuntimeException and adds the methods setLogState and getlogState- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MQTransactionInProgressRuntimeException(jakarta.jms.TransactionInProgressException cause)
Construct aMQMQTransactionInProgressRuntimeException
to wrap the specified TransactionInProgressException
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
getLogState()
return whether this object is loggedvoid
setLogState(boolean state)
Specify whether this object is logged.
-
-
-
Constructor Detail
-
MQTransactionInProgressRuntimeException
public MQTransactionInProgressRuntimeException(jakarta.jms.TransactionInProgressException cause)
Construct aMQMQTransactionInProgressRuntimeException
to wrap the specified TransactionInProgressException- Parameters:
cause
- the underlying cause of this exception
-
-
Method Detail
-
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
-
-