Class LoadCommon.SendError

    • Field Detail

      • httpcode

        public int httpcode
    • Constructor Detail

      • SendError

        public SendError​(int httpcode)
        Generate an error based on the parameters
        Parameters:
        httpcode - 0=>no code specified
      • SendError

        public SendError​(int httpcode,
                         Exception t)
        Generate an error based on the parameters
        Parameters:
        httpcode - 0=>no code specified
        t - exception that caused the error; may not be null
      • SendError

        public SendError​(int httpcode,
                         String msg)