Package opendap.dap

Class DDSException

    • Constructor Detail

      • DDSException

        public DDSException​(int error,
                            String s)
        Construct a DDSException with the specified detail message and OPeNDAP DAP2 error code.
        Parameters:
        error - The DAP2 error code.
        s - the detail message.
        See Also:
        DAP2Exception