com.opensymphony.oscache.base.persistence
Class CachePersistenceException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.opensymphony.oscache.base.persistence.CachePersistenceException
- All Implemented Interfaces:
- Serializable
public final class CachePersistenceException
- extends Exception
Exception thrown when an error occurs in a PersistenceListener implementation.
- Version:
- $Revision: 254 $
- Author:
- Francois Beauregard
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
CachePersistenceException
public CachePersistenceException()
- Creates new CachePersistenceException without detail message.
CachePersistenceException
public CachePersistenceException(String msg)
- Constructs an CachePersistenceException with the specified detail message.
- Parameters:
msg
- the detail message.