Class IncorrectRequestException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- de.fraunhofer.iosb.ilt.frostserver.util.exception.IncorrectRequestException
-
- All Implemented Interfaces:
Serializable
public class IncorrectRequestException extends Exception
The exception that should be thrown when a user sends an incorrect request.- Author:
- Hylke van der Schaaf
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description IncorrectRequestException()IncorrectRequestException(String message)IncorrectRequestException(String message, Throwable cause)IncorrectRequestException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-