|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception com.flat502.rox.http.HttpBufferException com.flat502.rox.http.MethodNotAllowedException
public class MethodNotAllowedException
Indicates an HTTP method is not supported.
Constructor Summary | |
---|---|
MethodNotAllowedException(java.lang.String method,
java.lang.String[] allowed)
|
Method Summary | |
---|---|
java.lang.String[] |
getAllowed()
|
java.lang.String |
getMethod()
|
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 |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public MethodNotAllowedException(java.lang.String method, java.lang.String[] allowed)
Method Detail |
---|
public java.lang.String getMethod()
public java.lang.String[] getAllowed()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |