Package 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 during lazy object initialization Cayenne finds that no
 matching row exists in the database for a given ObjectId.
- See Also:
- Serialized Form
- 
Constructor SummaryConstructors Constructor Description FaultFailureException()FaultFailureException(String messageFormat, Object... messageArgs)FaultFailureException(String messageFormat, Throwable cause, Object... messageArgs)FaultFailureException(Throwable cause)
- 
Method SummaryMethods inherited from class org.apache.cayenne.CayenneRuntimeExceptiongetExceptionLabel, getMessage, getUnlabeledMessageMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
FaultFailureExceptionpublic FaultFailureException()
- 
FaultFailureException
- 
FaultFailureException
- 
FaultFailureException
 
-