Class MalformedArgException

  • All Implemented Interfaces:
    Serializable

    public class MalformedArgException
    extends javax.ws.rs.BadRequestException
    Specialized error for malformed Arg The recommended HTTP status for this exception is 400 Bad Request.
    Author:
    poirigui
    See Also:
    Serialized Form
    • Constructor Detail

      • MalformedArgException

        public MalformedArgException​(String message,
                                     Throwable cause)
      • MalformedArgException

        public MalformedArgException​(String message)
      • MalformedArgException

        public MalformedArgException​(Throwable cause)