Class IncorrectRequestException
java.lang.Object
java.lang.Throwable
java.lang.Exception
de.fraunhofer.iosb.ilt.frostserver.util.exception.IncorrectRequestException
- All Implemented Interfaces:
Serializable
The exception that should be thrown when a user sends an incorrect request.
- Author:
- Hylke van der Schaaf
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionIncorrectRequestException(String message) IncorrectRequestException(String message, 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
-
IncorrectRequestException
public IncorrectRequestException() -
IncorrectRequestException
-
IncorrectRequestException
-
IncorrectRequestException
-