Package com.sun.messaging.jms
Class MQTransactionRolledBackRuntimeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
jakarta.jms.JMSRuntimeException
jakarta.jms.TransactionRolledBackRuntimeException
com.sun.messaging.jms.MQTransactionRolledBackRuntimeException
- All Implemented Interfaces:
- com.sun.messaging.jmq.jmsclient.logging.Loggable,- Serializable
public class MQTransactionRolledBackRuntimeException
extends jakarta.jms.TransactionRolledBackRuntimeException
implements com.sun.messaging.jmq.jmsclient.logging.Loggable
This class is the MQ-specific implementation of jakarta.jms.TransactionRolledBackRuntimeException and adds the methods
 setLogState and getlogState
- See Also:
- 
Constructor SummaryConstructorsConstructorDescriptionMQTransactionRolledBackRuntimeException(jakarta.jms.TransactionRolledBackException cause) Construct aMQTransactionRolledBackRuntimeExceptionto wrap the specified TransactionRolledBackExceptionMQTransactionRolledBackRuntimeException(String detailMessage) Constructs aMQTransactionRolledBackRuntimeExceptionwith the specified detail messageMQTransactionRolledBackRuntimeException(String detailMessage, String errorCode) Constructs aMQTransactionRolledBackRuntimeExceptionwith the specified detail message and error code.MQTransactionRolledBackRuntimeException(String detailMessage, String errorCode, Throwable cause) Constructs aMQTransactionRolledBackRuntimeExceptionwith the specified detail message, error code and cause
- 
Method SummaryModifier and TypeMethodDescriptionbooleanreturn whether this object is loggedvoidsetLogState(boolean state) Specify whether this object is logged.Methods inherited from class jakarta.jms.JMSRuntimeExceptiongetErrorCodeMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
MQTransactionRolledBackRuntimeExceptionConstructs aMQTransactionRolledBackRuntimeExceptionwith the specified detail message- Parameters:
- detailMessage- a description of the exception
 
- 
MQTransactionRolledBackRuntimeExceptionConstructs aMQTransactionRolledBackRuntimeExceptionwith the specified detail message and error code.- Parameters:
- detailMessage- a description of the exception
- errorCode- a provider-specific error code
 
- 
MQTransactionRolledBackRuntimeExceptionpublic MQTransactionRolledBackRuntimeException(String detailMessage, String errorCode, Throwable cause) Constructs aMQTransactionRolledBackRuntimeExceptionwith the specified detail message, error code and cause- Parameters:
- detailMessage- a description of the exception
- errorCode- a provider-specific error code
- cause- the underlying cause of this exception
 
- 
MQTransactionRolledBackRuntimeExceptionpublic MQTransactionRolledBackRuntimeException(jakarta.jms.TransactionRolledBackException cause) Construct aMQTransactionRolledBackRuntimeExceptionto wrap the specified TransactionRolledBackException- Parameters:
- cause- the underlying cause of this exception
 
 
- 
- 
Method Details- 
setLogStatepublic void setLogState(boolean state) Specify whether this object is logged.- Specified by:
- setLogStatein interface- com.sun.messaging.jmq.jmsclient.logging.Loggable
- Parameters:
- state- whether this object is logged
 
- 
getLogStatepublic boolean getLogState()return whether this object is logged- Specified by:
- getLogStatein interface- com.sun.messaging.jmq.jmsclient.logging.Loggable
- Returns:
- whether this object is logged
 
 
-