public class PreconditionFailedException extends RestApiException
Constructor and Description |
---|
PreconditionFailedException() |
PreconditionFailedException(String msg) |
caching, caching
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public PreconditionFailedException()
public PreconditionFailedException(String msg)
msg
- message to return to the client describing the error.