Package org.fcrepo.kernel.api.exception
Class PreconditionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.fcrepo.kernel.api.exception.RepositoryRuntimeException
org.fcrepo.kernel.api.exception.PreconditionException
- All Implemented Interfaces:
Serializable
- Since:
- Jun 22, 2017
- Author:
- dbernstein
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
PreconditionException
Ordinary constructor- Parameters:
msg- error messagehttpStatus- the http status code
-
-
Method Details
-
getHttpStatus
- Returns:
- the httpStatus
-