Package io.ran.exception
Class MisconfiguredRelationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.ran.exception.MisconfiguredRelationException
- All Implemented Interfaces:
- Serializable
Signals that one or more 
Relation fields on an object are configured incorrectly.
 This usually prevents the object from being constructed.- See Also:
- 
Constructor SummaryConstructorsConstructorDescriptionMisconfiguredRelationException(String message) MisconfiguredRelationException(String message, Throwable cause) MisconfiguredRelationException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace) 
- 
Method SummaryMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
MisconfiguredRelationException
- 
MisconfiguredRelationException
- 
MisconfiguredRelationException
- 
MisconfiguredRelationException
 
-