org.apache.sling.api.resource
Class PersistenceException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by org.apache.sling.api.resource.PersistenceException
All Implemented Interfaces:
Serializable

public class PersistenceException
extends IOException

This exception will be thrown during the try to persists changes to a PersistableValueMap.

See Also:
Serialized Form

Constructor Summary
PersistenceException()
           
PersistenceException(String s)
           
PersistenceException(String s, Throwable t)
           
 
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

PersistenceException

public PersistenceException()

PersistenceException

public PersistenceException(String s)

PersistenceException

public PersistenceException(String s,
                            Throwable t)


Copyright © 2007-2011 The Apache Software Foundation. All Rights Reserved.