Class InvalidRelationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
de.fraunhofer.iosb.ilt.frostclient.exception.InvalidRelationException
- All Implemented Interfaces:
Serializable
An exception to indicate that a relationship between two entities is invalid.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionInvalidRelationException(String message) InvalidRelationException(String message, Throwable cause) InvalidRelationException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InvalidRelationException
public InvalidRelationException() -
InvalidRelationException
-
InvalidRelationException
-
InvalidRelationException
-
InvalidRelationException
-