Class DAP2ServerSideException

    • Constructor Detail

      • DAP2ServerSideException

        public DAP2ServerSideException​(int err,
                                       String s)
        Construct a DAP2ServerSideException with the specified detail message.
        Parameters:
        err - The error number. See opendap.dap.DAP2Exception for the values and their meaning.
        s - the detail message.
        See Also:
        DAP2Exception