Save This Page
Home » oscache-2.4.1-full » com.opensymphony.oscache » base » persistence » [javadoc | source]
com.opensymphony.oscache.base.persistence
public final class: CachePersistenceException [javadoc | source]
java.lang.Object
   java.lang.Throwable
      java.lang.Exception
         com.opensymphony.oscache.base.persistence.CachePersistenceException

All Implemented Interfaces:
    Serializable

Exception thrown when an error occurs in a PersistenceListener implementation.
Constructor:
 public CachePersistenceException() 
 public CachePersistenceException(String msg) 
    Constructs an CachePersistenceException with the specified detail message.
    Parameters:
    msg - the detail message.
Methods from java.lang.Throwable:
fillInStackTrace,   getCause,   getLocalizedMessage,   getMessage,   getStackTrace,   initCause,   printStackTrace,   printStackTrace,   printStackTrace,   setStackTrace,   toString
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait