Class ParamException.UriParamException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ParamException.MatrixParamException, ParamException.PathParamException, ParamException.QueryParamException
Enclosing class:
ParamException

public abstract static class ParamException.UriParamException extends ParamException
An abstract parameter exception for the class of URI-parameter-based exceptions.

All such exceptions of this type will contain a response with a 404 (Not Found) status code.

See Also: