Class IllegalQueryException
java.lang.Object
java.lang.Throwable
java.lang.Exception
de.fraunhofer.iosb.ilt.frostclient.exception.IllegalQueryException
- All Implemented Interfaces:
Serializable
This type represents failures caused by illegal queries.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionIllegalQueryException(String message) IllegalQueryException(String message, Throwable cause) IllegalQueryException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace) IllegalQueryException(Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
IllegalQueryException
public IllegalQueryException() -
IllegalQueryException
-
IllegalQueryException
-
IllegalQueryException
-
IllegalQueryException
-