|
Oracle GlassFish(tm) Server Message Queue 5.0 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
javax.jms.JMSRuntimeException
javax.jms.InvalidSelectorRuntimeException
com.sun.messaging.jms.MQInvalidSelectorRuntimeException
public class MQInvalidSelectorRuntimeException
This class is the MQ-specific implementation of javax.jms.InvalidSelectorRuntimeException and adds the methods setLogState and getlogState
Constructor Summary | |
---|---|
MQInvalidSelectorRuntimeException(InvalidSelectorException cause)
Construct a MQInvalidSelectorRuntimeException to wrap the
specified InvalidSelectorException |
|
MQInvalidSelectorRuntimeException(java.lang.String detailMessage)
Constructs a MQInvalidSelectorRuntimeException with the specified detail message |
|
MQInvalidSelectorRuntimeException(java.lang.String detailMessage,
java.lang.String errorCode)
Constructs a MQInvalidSelectorRuntimeException with the specified detail message
and error code. |
|
MQInvalidSelectorRuntimeException(java.lang.String detailMessage,
java.lang.String errorCode,
java.lang.Throwable cause)
Constructs a MQInvalidSelectorRuntimeException 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 |
---|
public MQInvalidSelectorRuntimeException(java.lang.String detailMessage)
MQInvalidSelectorRuntimeException
with the specified detail message
detailMessage
- a description of the exceptionpublic MQInvalidSelectorRuntimeException(java.lang.String detailMessage, java.lang.String errorCode)
MQInvalidSelectorRuntimeException
with the specified detail message
and error code.
detailMessage
- a description of the exceptionerrorCode
- a provider-specific error codepublic MQInvalidSelectorRuntimeException(java.lang.String detailMessage, java.lang.String errorCode, java.lang.Throwable cause)
MQInvalidSelectorRuntimeException
with the specified detail message,
error code and cause
detailMessage
- a description of the exceptionerrorCode
- a provider-specific error codecause
- the underlying cause of this exceptionpublic MQInvalidSelectorRuntimeException(InvalidSelectorException cause)
MQInvalidSelectorRuntimeException
to wrap the
specified InvalidSelectorException
cause
- the underlying cause of this exceptionMethod Detail |
---|
public void setLogState(boolean state)
setLogState
in interface com.sun.messaging.jmq.jmsclient.logging.Loggable
whether
- this object is loggedpublic boolean getLogState()
getLogState
in interface com.sun.messaging.jmq.jmsclient.logging.Loggable
|
Oracle GlassFish(tm) Server Message Queue 5.0 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |