|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.lang.Throwable | +--java.lang.Exception | +--javax.servlet.ServletException | +--com.xefer.rebel.ResourceException | +--com.xefer.rebel.MethodNotAllowedException
Field Summary | |
(package private) String |
allowedMethods
|
Fields inherited from class com.xefer.rebel.ResourceException |
rootCause, statusCode |
Fields inherited from class java.lang.Throwable |
backtrace, detailMessage, serialVersionUID |
Constructor Summary | |
MethodNotAllowedException(String message,
String allowedMethods)
|
Method Summary | |
void |
report(HttpServletResponse response)
|
Methods inherited from class com.xefer.rebel.ResourceException |
getMessage, getMessage, getStatusCode |
Methods inherited from class javax.servlet.ServletException |
getRootCause |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, printStackTrace, printStackTrace, printStackTrace, printStackTrace0, toString |
Methods inherited from class java.lang.Object |
|
Field Detail |
String allowedMethods
Constructor Detail |
public MethodNotAllowedException(String message, String allowedMethods)
Method Detail |
public void report(HttpServletResponse response) throws IOException
report
in class ResourceException
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |