|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
uk.org.ury.server.exceptions.HandlingException
uk.org.ury.server.exceptions.BadRequestException
public class BadRequestException
Exception thrown when the server meets a malformed request, or part of one.
Constructor Summary | |
---|---|
BadRequestException()
Construct a new BadRequestException with a default reason. |
|
BadRequestException(java.lang.Throwable cause)
Construct a new HandlerNotFoundException with a chained exception. |
Method Summary |
---|
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public BadRequestException()
public BadRequestException(java.lang.Throwable cause)
cause
- The exception that this new exception is to
wrap.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |