Class Err


  • public class Err
    extends Object

    Created by Jeff Gaynor
    on 3/7/22 at 2:00 PM

    • Field Detail

      • code

        public int code
      • description

        public String description
      • errorURI

        public URI errorURI
      • customErrorURI

        public URI customErrorURI
    • Constructor Detail

      • Err

        public Err​(int code,
                   String error,
                   String description,
                   URI errorURI,
                   URI customErrorURI)
      • Err

        public Err​(int code,
                   String error,
                   String description)