- All Implemented Interfaces:
- java.io.Serializable
public final class ClientSAFDuplicateException
extends 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