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:
java.io.Serializable
public class RetrieveValueException extends HttpException
HttpException
from attempting to retrieve a value.- Author:
- Daniel Sagenschneider
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RetrieveValueException(java.lang.Throwable cause)
Instantiate.
-
Method Summary
-
Methods inherited from class net.officefloor.server.http.HttpException
getEntity, getHttpHeaders, getHttpStatus, getMessage, writeHttpResponse
-
-