FileDocCategorySizeDatePackage
SFSBStoreManagerException.javaAPI DocGlassfish v2 API2393Fri May 04 22:33:14 BST 2007com.sun.ejb.spi.sfsb.store

SFSBStoreManagerException

public class SFSBStoreManagerException extends Exception
An instance of this class will be thrown from StoreImplementations whenever an exception occurs during passivation / checkpoining
author
Mahesh Kannan

Fields Summary
Constructors Summary
public SFSBStoreManagerException(String msg)

        super(msg);
    
public SFSBStoreManagerException(String msg, Exception ex)

        super(msg, ex);
    
Methods Summary