Class MisconfiguredRelationException

All Implemented Interfaces:
Serializable

public class MisconfiguredRelationException extends RuntimeException
Signals that one or more Relation fields on an object are configured incorrectly. This usually prevents the object from being constructed.
See Also:
  • Constructor Details

    • MisconfiguredRelationException

      public MisconfiguredRelationException(String message)
    • MisconfiguredRelationException

      public MisconfiguredRelationException(String message, Throwable cause)
    • MisconfiguredRelationException

      public MisconfiguredRelationException(Throwable cause)
    • MisconfiguredRelationException

      public MisconfiguredRelationException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)