JavaScript is disabled on your browser.
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Constructor Detail
MissingRequestHeaderException
public MissingRequestHeaderException(java.lang.String headerName,
MethodParameter parameter)
Constructor for MissingRequestHeaderException.
Parameters:
headerName
- the name of the missing request header
parameter
- the method parameter
Method Detail
getMessage
public java.lang.String getMessage()
Return the detail message, including the message from the nested exception
if there is one.
Overrides:
getMessage
in class NestedServletException