Package org.glassfish.jersey.server
Class ParamException.PathParamException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
jakarta.ws.rs.WebApplicationException
org.glassfish.jersey.server.ParamException
org.glassfish.jersey.server.ParamException.UriParamException
org.glassfish.jersey.server.ParamException.PathParamException
- All Implemented Interfaces:
Serializable
- Enclosing class:
- ParamException
A URI-parameter-based exception for errors with
PathParam
.- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class org.glassfish.jersey.server.ParamException
ParamException.CookieParamException, ParamException.FormParamException, ParamException.HeaderParamException, ParamException.MatrixParamException, ParamException.PathParamException, ParamException.QueryParamException, ParamException.UriParamException
-
Constructor Summary
-
Method Summary
Methods inherited from class org.glassfish.jersey.server.ParamException
getDefaultStringValue, getParameterName, getParameterType
Methods inherited from class jakarta.ws.rs.WebApplicationException
getResponse
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
PathParamException
-