SFSBStoreManagerExceptionpublic class SFSBStoreManagerException extends Exception An instance of this class will be thrown from StoreImplementations
whenever an exception occurs during passivation / checkpoining |
Constructors Summary |
---|
public SFSBStoreManagerException(String msg)
super(msg);
| public SFSBStoreManagerException(String msg, Exception ex)
super(msg, ex);
|
|