org.exolab.castor.persist.cache
public class InvalidCacheTypeException extends PersistenceException
Version: $Revision: 1.3 $ $Date: 2005/09/20 21:30:47 $
Constructor Summary | |
---|---|
InvalidCacheTypeException(String message)
Creates an instance of InvalidCacheTypeException
| |
InvalidCacheTypeException(String message, Exception e)
Creates an instance of InvalidCacheTypeException
|
Parameters: messageAn error message.
Parameters: message An error message e The original exception that caused the problem.