Package org.trustdeck.exception
Class BadRequestException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.NullPointerException
org.trustdeck.exception.BadRequestException
- All Implemented Interfaces:
Serializable
This class represents an exception when a bad HTTP request was encountered.
- Author:
- Eric Wündisch and Armin Müller
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConstructor that only specifies the exception message. -
Method Summary
Methods inherited from class java.lang.NullPointerException
fillInStackTrace, getMessageMethods inherited from class java.lang.Throwable
addSuppressed, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
BadRequestException
Constructor that only specifies the exception message.- Parameters:
msg- the exception message
-