com.ibm.wsspi.sibx.context
Class DuplicateKeyException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.ibm.wsspi.sibx.context.StoreException
              extended bycom.ibm.wsspi.sibx.context.DuplicateKeyException
All Implemented Interfaces:
java.io.Serializable

public class DuplicateKeyException
extends StoreException

This exception is used to indicate that the requested key is already in the Context Store.

See Also:
Serialized Form

Field Summary
static java.lang.String $sccsid
           
static java.lang.String COPYRIGHT
           
 
Constructor Summary
DuplicateKeyException(java.lang.String key, java.lang.String moduleName)
          Constructor.
 
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

COPYRIGHT

public static final java.lang.String COPYRIGHT
See Also:
Constant Field Values

$sccsid

public static final java.lang.String $sccsid
See Also:
Constant Field Values
Constructor Detail

DuplicateKeyException

public DuplicateKeyException(java.lang.String key,
                             java.lang.String moduleName)
Constructor.

Parameters:
key - The key that was a duplicate.
moduleName - The name of the module.