Class ArgException

All Implemented Interfaces:
Serializable, HttpMessage, HttpResponse

public class ArgException extends InternalServerError
General exception due to a malformed Java parameter.
See Also:
  • Constructor Details

    • ArgException

      public ArgException(ParamInfo pi, String msg, Object... args)
      Constructor.
      Parameters:
      pi - The parameter with the issue.
      msg - The message.
      args - The message args.