Class 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 Detail

      • FaultFailureException

        public FaultFailureException()
      • FaultFailureException

        public FaultFailureException​(String messageFormat,
                                     Object... messageArgs)
      • FaultFailureException

        public FaultFailureException​(String messageFormat,
                                     Throwable cause,
                                     Object... messageArgs)
      • FaultFailureException

        public FaultFailureException​(Throwable cause)