weblogic.jms.extensions
Class ClientSAFDuplicateException
java.lang.Object
   java.lang.Throwable
java.lang.Throwable
       java.lang.Exception
java.lang.Exception
           javax.jms.JMSException
javax.jms.JMSException
               weblogic.jms.common.JMSException
weblogic.jms.common.JMSException
                   weblogic.jms.extensions.ClientSAFDuplicateException
weblogic.jms.extensions.ClientSAFDuplicateException
- All Implemented Interfaces: 
- Serializable
- public final class ClientSAFDuplicateException 
- extends weblogic.jms.common.JMSException
This exception is delivered to a ClientSAF instance whenever
 a duplicate running ClientSAF instance is found bound to
 a given data file directory.  The original ClientSAF
 instance can be retrieved with a call to getDuplicate().
 
 No more than one ClientSAF instance can be bound to
 a particular data file directory.  For example, if
 multiple domains needed to be connected by a ClientSAF
 instance, each one would have to have its own directory
 to keep the store for that remote domain.
- See Also:
- Serialized Form
 
 
| Methods inherited from class weblogic.jms.common.JMSException | 
| getLinkedException, isInformational, setLinkedException | 
 
 
| Methods inherited from class java.lang.Throwable | 
| fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString | 
 
 
ClientSAFDuplicateException
public ClientSAFDuplicateException(ClientSAF paramDuplicate)
- Constructs a ConsumerClosedExceptionthat includes a reason and an errorCode 
  for exception.
 
- Parameters:
- reason- a description of the exception.
- errorCode- a string specifying the vendor specific
                        error code.
 
getDuplicate
public ClientSAF getDuplicate()
-