org.cruxframework.crux.core.server.rest.spi
Class MethodNotAllowedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.cruxframework.crux.core.server.rest.spi.RestFailure
org.cruxframework.crux.core.server.rest.spi.MethodNotAllowedException
- All Implemented Interfaces:
- Serializable
public class MethodNotAllowedException
- extends RestFailure
Thrown when HTTP Method Not Allowed (405) is encountered
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
MethodNotAllowedException
public MethodNotAllowedException(String s)
MethodNotAllowedException
public MethodNotAllowedException(String s,
Throwable throwable)
MethodNotAllowedException
public MethodNotAllowedException(String s,
String resp,
Throwable throwable)
MethodNotAllowedException
public MethodNotAllowedException(String s,
String resp)
MethodNotAllowedException
public MethodNotAllowedException(Throwable throwable)
Copyright © 2015. All rights reserved.