SonicMQ API

progress.message.jclient
Class ChannelDuplicateDetectException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by javax.jms.JMSException
              extended by progress.message.jclient.ChannelDuplicateDetectException
All Implemented Interfaces:
java.io.Serializable

public class ChannelDuplicateDetectException
extends JMSException

This exception is thrown when Duplicate Detection is in use and a channel with the given UUID has already been sent.

See Also:
Channel.setUUID( String, int ), Serialized Form

Constructor 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

ChannelDuplicateDetectException

public ChannelDuplicateDetectException(java.lang.String message)
The constructor.

Parameters:
message - The message explaining the reason for this exception to be thrown.

SonicMQ API

Copyright © 1999-2012 Progress Software Corporation. All Rights Reserved.
HTML formatted on 13-March-2012.