com.opensymphony.oscache.base.persistence
Class CachePersistenceException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by 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

Constructor Summary
CachePersistenceException()
          Creates new CachePersistenceException without detail message.
CachePersistenceException(String msg)
          Constructs an CachePersistenceException with the specified detail message.
 
Method Summary
 
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
 

Constructor Detail

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.


Copyright © 2011 OpenSymphony. All Rights Reserved.