Class ParamException.PathParamException

All Implemented Interfaces:
Serializable
Enclosing class:
ParamException

public static class ParamException.PathParamException extends ParamException.UriParamException
A URI-parameter-based exception for errors with PathParam.
Author:
Paul Sandoz, Marek Potociar (marek.potociar at oracle.com)
See Also:
  • Constructor Details

    • PathParamException

      public PathParamException(Throwable cause, String name, String defaultStringValue)