Class RetrieveValueException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
net.officefloor.server.http.HttpException
net.officefloor.web.value.retrieve.RetrieveValueException
- All Implemented Interfaces:
Serializable
HttpException from attempting to retrieve a value.- Author:
- Daniel Sagenschneider
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class net.officefloor.server.http.HttpException
getEntity, getHttpHeaders, getHttpStatus, getMessage, writeHttpResponseMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
RetrieveValueException
Instantiate.- Parameters:
cause- Cause of failure to retrieve value.
-