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:
- java.io.Serializable
public class FaultFailureException
- extends CayenneRuntimeException
A runtime exception thrown when during lazy object initialization Cayenne finds that no
matching row exists in the database for a given ObjectId.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
FaultFailureException
public FaultFailureException()
FaultFailureException
public FaultFailureException(java.lang.String messageFormat,
java.lang.Object... messageArgs)
FaultFailureException
public FaultFailureException(java.lang.String messageFormat,
java.lang.Throwable cause,
java.lang.Object... messageArgs)
FaultFailureException
public FaultFailureException(java.lang.Throwable cause)
Copyright © 2001-2012 Apache Cayenne. All Rights Reserved.