|
SonicMQ API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
javax.jms.JMSException
progress.message.jclient.ChannelDuplicateDetectException
public class ChannelDuplicateDetectException
This exception is thrown when Duplicate Detection is in use and a channel with the given UUID has already been sent.
Channel.setUUID( String, int )
,
Serialized FormConstructor Summary | |
---|---|
ChannelDuplicateDetectException(java.lang.String message)
The constructor. |
Method Summary |
---|
Methods inherited from class javax.jms.JMSException |
---|
getErrorCode, getLinkedException, setLinkedException |
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 |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ChannelDuplicateDetectException(java.lang.String message)
message
- The message explaining the reason for this exception to be thrown.
|
SonicMQ API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |