Package org.apache.ofbiz.ws.rs
Class MethodNotAllowedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
javax.ws.rs.WebApplicationException
javax.ws.rs.ClientErrorException
org.apache.ofbiz.ws.rs.MethodNotAllowedException
- All Implemented Interfaces:
Serializable
public class MethodNotAllowedException
extends javax.ws.rs.ClientErrorException
- See Also:
-
Constructor Summary
ConstructorDescriptionMethodNotAllowedException
(String message) Construct a new Method Not Allowed exception. -
Method Summary
Methods inherited from class javax.ws.rs.WebApplicationException
getResponse
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
MethodNotAllowedException
Construct a new Method Not Allowed exception.
-