org.nakedobjects.applib
Class PersistFailedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
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
PersistFailedException
public PersistFailedException()
PersistFailedException
public PersistFailedException(String msg)
PersistFailedException
public PersistFailedException(Throwable cause)
PersistFailedException
public PersistFailedException(String msg,
Throwable cause)
getCause
public Throwable getCause()
- Overrides:
getCause in class Throwable
Copyright © 2001-2009 Naked Objects Group Ltd.. All Rights Reserved.