org.apache.cayenne
Class FaultFailureException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.cayenne.CayenneRuntimeException
org.apache.cayenne.FaultFailureException
- All Implemented Interfaces:
- Serializable
public class FaultFailureException
- extends CayenneRuntimeException
A runtime exception thrown when DataObject.resolveFault()
finds that no
matching row exists in the database for an ObjectId
.
- See Also:
- Serialized Form
FaultFailureException
public FaultFailureException()
- Creates new FaultFailureException without detail message.
FaultFailureException
public FaultFailureException(String msg)
- Constructs an FaultFailureException with the specified detail message.
- Parameters:
msg
- the detail message.
FaultFailureException
public FaultFailureException(Throwable th)
- Constructs an FaultFailureException that wraps a
Throwable
thrown
elsewhere.
FaultFailureException
public FaultFailureException(String msg,
Throwable th)
Copyright © 2001-2011 Apache Cayenne. All Rights Reserved.