Package ucar.units

Class UnitDBException

    • Constructor Detail

      • UnitDBException

        protected UnitDBException()
        Constructs from nothing.
      • UnitDBException

        public UnitDBException​(String message)
        Constructs from an error message.
        Parameters:
        message - The error message.
      • UnitDBException

        public UnitDBException​(String message,
                               Exception e)
        Constructs from a message and the exception that caused the failure.
        Parameters:
        message - The message.
        e - The exeception that cause the the failure.