Class PreconditionFailedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
nl.datasteel.crudcraft.runtime.exception.CrudCraftRuntimeException
nl.datasteel.crudcraft.runtime.exception.PreconditionFailedException
- All Implemented Interfaces:
Serializable
@ResponseStatus(PRECONDITION_FAILED)
public class PreconditionFailedException
extends CrudCraftRuntimeException
412 Precondition Failed - e.g. conditional request headers not met.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionPreconditionFailedException
(String message) Constructs a PreconditionFailedException 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
-
PreconditionFailedException
Constructs a PreconditionFailedException with a default message.
-