com.ibm.wsspi.sibx.context
Class StoreException

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

public class StoreException
extends java.lang.Exception

This exception is used to indicate that the an error occurred accessing the persistent store.

See Also:
Serialized Form

Field Summary
static java.lang.String $sccsid
           
static java.lang.String COPYRIGHT
           
 
Constructor Summary
StoreException()
          Constructor.
StoreException(java.lang.Exception nested)
          Constructor.
StoreException(java.lang.String message)
          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

StoreException

public StoreException()
Constructor.


StoreException

public StoreException(java.lang.Exception nested)
Constructor.

Parameters:
nested - The original nested exception.

StoreException

public StoreException(java.lang.String message)
Constructor.

Parameters:
message - The message.