Oracle GlassFish(tm) Server Message Queue
5.0

com.sun.messaging.jms
Class MQInvalidDestinationRuntimeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by javax.jms.JMSRuntimeException
                  extended by javax.jms.InvalidDestinationRuntimeException
                      extended by com.sun.messaging.jms.MQInvalidDestinationRuntimeException
All Implemented Interfaces:
com.sun.messaging.jmq.jmsclient.logging.Loggable, java.io.Serializable

public class MQInvalidDestinationRuntimeException
extends InvalidDestinationRuntimeException
implements com.sun.messaging.jmq.jmsclient.logging.Loggable

This class is the MQ-specific implementation of javax.jms.InvalidDestinationRuntimeException and adds the methods setLogState and getlogState

See Also:
Serialized Form

Constructor Summary
MQInvalidDestinationRuntimeException(InvalidDestinationException cause)
          Construct a MQInvalidDestinationRuntimeException to wrap the specified InvalidDestinationException
MQInvalidDestinationRuntimeException(java.lang.String detailMessage)
          Constructs a MQInvalidDestinationRuntimeException with the specified detail message
MQInvalidDestinationRuntimeException(java.lang.String detailMessage, java.lang.String errorCode)
          Constructs a MQInvalidDestinationRuntimeException with the specified detail message and error code.
MQInvalidDestinationRuntimeException(java.lang.String detailMessage, java.lang.String errorCode, java.lang.Throwable cause)
          Constructs a MQInvalidDestinationRuntimeException with the specified detail message, error code and cause
 
Method Summary
 boolean getLogState()
          return whether this object is logged
 void setLogState(boolean state)
          Specify whether this object is logged.
 
Methods inherited from class javax.jms.JMSRuntimeException
getErrorCode
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, 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

MQInvalidDestinationRuntimeException

public MQInvalidDestinationRuntimeException(java.lang.String detailMessage)
Constructs a MQInvalidDestinationRuntimeException with the specified detail message

Parameters:
detailMessage - a description of the exception

MQInvalidDestinationRuntimeException

public MQInvalidDestinationRuntimeException(java.lang.String detailMessage,
                                            java.lang.String errorCode)
Constructs a MQInvalidDestinationRuntimeException with the specified detail message and error code.

Parameters:
detailMessage - a description of the exception
errorCode - a provider-specific error code

MQInvalidDestinationRuntimeException

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

MQInvalidDestinationRuntimeException

public MQInvalidDestinationRuntimeException(InvalidDestinationException cause)
Construct a MQInvalidDestinationRuntimeException to wrap the specified InvalidDestinationException

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:
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

Oracle GlassFish(tm) Server Message Queue
5.0

Copyright (c) 2012, Oracle and/or its affiliates. All rights reserved.