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