com.subshell.persistence.exception
Class PersistenceException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.subshell.persistence.exception.PersistenceException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ObjectNotFoundException

public class PersistenceException
extends Exception

Thrown when there is a persistence-related error.

See Also:
Serialized Form

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

PersistenceException

public PersistenceException(String msg,
                            Throwable cause)

PersistenceException

public PersistenceException(Throwable cause)


Copyright © 2004-2005 subshell GmbH. All Rights Reserved.