Class OperationNotAllowedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
nl.datasteel.crudcraft.runtime.exception.CrudCraftRuntimeException
nl.datasteel.crudcraft.runtime.exception.OperationNotAllowedException
- All Implemented Interfaces:
Serializable
@ResponseStatus(METHOD_NOT_ALLOWED)
public class OperationNotAllowedException
extends CrudCraftRuntimeException
405 Method Not Allowed - operation not supported.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionOperationNotAllowedException
(String message) Constructs an OperationNotAllowedException with a default message. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
OperationNotAllowedException
Constructs an OperationNotAllowedException with a default message.
-