Class NotImplementedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
nl.datasteel.crudcraft.runtime.exception.CrudCraftRuntimeException
nl.datasteel.crudcraft.runtime.exception.NotImplementedException
- All Implemented Interfaces:
Serializable
@ResponseStatus(NOT_IMPLEMENTED)
public class NotImplementedException
extends CrudCraftRuntimeException
501 Not Implemented - stubbed method not yet supported.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionNotImplementedException
(String message) Constructs a NotImplementedException 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
-
NotImplementedException
Constructs a NotImplementedException with a default message.
-