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
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:
-
Constructor Summary
ConstructorsConstructorDescriptionFaultFailureException(String messageFormat, Object... messageArgs) FaultFailureException(String messageFormat, Throwable cause, Object... messageArgs) FaultFailureException(Throwable cause) -
Method Summary
Methods inherited from class CayenneRuntimeException
getExceptionLabel, getMessage, getUnlabeledMessageModifier and TypeMethodDescriptionstatic StringReturns message that includes Cayenne version label and the actual exception message.Returns exception message without Cayenne version label.Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
FaultFailureException
public FaultFailureException() -
FaultFailureException
-
FaultFailureException
-
FaultFailureException
-