Class MQMessageNotWriteableRuntimeException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
jakarta.jms.JMSRuntimeException
jakarta.jms.MessageNotWriteableRuntimeException
com.sun.messaging.jms.MQMessageNotWriteableRuntimeException
All Implemented Interfaces:
com.sun.messaging.jmq.jmsclient.logging.Loggable, Serializable

public class MQMessageNotWriteableRuntimeException extends jakarta.jms.MessageNotWriteableRuntimeException implements com.sun.messaging.jmq.jmsclient.logging.Loggable

This class is the MQ-specific implementation of jakarta.jms.MessageNotWriteableRuntimeException and adds a new constructor and the methods setLogState and getlogState

See Also:
  • Constructor Details

    • MQMessageNotWriteableRuntimeException

      public MQMessageNotWriteableRuntimeException(String detailMessage)
      Constructs a MQMessageNotWriteableRuntimeException with the specified detail message
      Parameters:
      detailMessage - a description of the exception
    • MQMessageNotWriteableRuntimeException

      public MQMessageNotWriteableRuntimeException(String detailMessage, String errorCode)
      Constructs a MQMessageNotWriteableRuntimeException with the specified detail message and error code.
      Parameters:
      detailMessage - a description of the exception
      errorCode - a provider-specific error code
    • MQMessageNotWriteableRuntimeException

      public MQMessageNotWriteableRuntimeException(String detailMessage, String errorCode, Throwable cause)
      Constructs a MQMessageNotWriteableRuntimeException with 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
    • MQMessageNotWriteableRuntimeException

      public MQMessageNotWriteableRuntimeException(jakarta.jms.MessageNotWriteableException cause)
      Construct a MQMessageNotWriteableRuntimeException to wrap the specified MessageNotWriteableException
      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 interface com.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 interface com.sun.messaging.jmq.jmsclient.logging.Loggable
      Returns:
      whether this object is logged