Class MQInvalidClientIDRuntimeException

  • All Implemented Interfaces:
    com.sun.messaging.jmq.jmsclient.logging.Loggable, java.io.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:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      MQInvalidClientIDRuntimeException​(jakarta.jms.InvalidClientIDException cause)
      Construct a MQInvalidClientIDRuntimeException to wrap the specified InvalidClientIDException
      MQInvalidClientIDRuntimeException​(java.lang.String detailMessage)
      Constructs a MQInvalidClientIDRuntimeException with the specified detail message
      MQInvalidClientIDRuntimeException​(java.lang.String detailMessage, java.lang.String errorCode)
      Constructs a MQInvalidClientIDRuntimeException with the specified detail message and error code.
      MQInvalidClientIDRuntimeException​(java.lang.String detailMessage, java.lang.String errorCode, java.lang.Throwable cause)
      Constructs a MQInvalidClientIDRuntimeException with the specified detail message, error code and cause
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean getLogState()
      return whether this object is logged
      void 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
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • MQInvalidClientIDRuntimeException

        public MQInvalidClientIDRuntimeException​(java.lang.String detailMessage)
        Constructs a MQInvalidClientIDRuntimeException with the specified detail message
        Parameters:
        detailMessage - a description of the exception
      • MQInvalidClientIDRuntimeException

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

        public MQInvalidClientIDRuntimeException​(java.lang.String detailMessage,
                                                 java.lang.String errorCode,
                                                 java.lang.Throwable cause)
        Constructs a MQInvalidClientIDRuntimeException 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
      • MQInvalidClientIDRuntimeException

        public MQInvalidClientIDRuntimeException​(jakarta.jms.InvalidClientIDException cause)
        Construct a MQInvalidClientIDRuntimeException to wrap the specified InvalidClientIDException
        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 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