Package opendap.dap

Class DataReadException

    • Constructor Detail

      • DataReadException

        public DataReadException​(String s)
        Construct a DataReadException with the specified detail message.
        Parameters:
        s - the detail message.
      • DataReadException

        public DataReadException​(int err,
                                 String s)
        Construct a DataReadException with the specified message and OPeNDAP DAP2 error code see (DAP2Exception).
        Parameters:
        err - the OPeNDAP error code.
        s - the detail message.