org.nakedobjects.applib
Class PersistFailedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.nakedobjects.applib.PersistFailedException
All Implemented Interfaces:
Serializable

public class PersistFailedException
extends RuntimeException

Indicates that the persistence of an object failed.

See Also:
Serialized Form

Constructor Summary
PersistFailedException()
           
PersistFailedException(String msg)
           
PersistFailedException(String msg, Throwable cause)
           
PersistFailedException(Throwable cause)
           
 
Method Summary
 Throwable getCause()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, 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

PersistFailedException

public PersistFailedException()

PersistFailedException

public PersistFailedException(String msg)

PersistFailedException

public PersistFailedException(Throwable cause)

PersistFailedException

public PersistFailedException(String msg,
                              Throwable cause)
Method Detail

getCause

public Throwable getCause()
Overrides:
getCause in class Throwable


Copyright © 2001-2009 Naked Objects Group Ltd.. All Rights Reserved.