Class PreconditionFailedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
ch.tocco.nice2.rest.core.spi.error.PreconditionFailedException
- All Implemented Interfaces:
Serializable
This exception indicates that a precondition has failed.
If this exception is thrown, a 412 PRECONDITION FAILED response is sent to the client.
- See Also:
-
Constructor Summary
-
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
-