|
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.ChannelActiveException
public class ChannelActiveException
This exception is thrown when Duplicate Detection is in use and a channel with the given UUID is currently active. Use the getTime() method to determine when the channel MAY be inactive again.
Channel.setUUID( String, int )
,
Serialized FormConstructor Summary | |
---|---|
ChannelActiveException(java.lang.String message,
long time)
The constructor. |
Method Summary | |
---|---|
long |
getTime()
Get the time when the channel MAY be inactive again. |
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 ChannelActiveException(java.lang.String message, long time)
message
- The message containing the explanation for the error.time
- The time when the channel may be inactive again.Method Detail |
---|
public long getTime()
|
SonicMQ API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |