Package ucar.units

Class PrefixDBException

    • Constructor Detail

      • PrefixDBException

        public PrefixDBException()
        Constructs from nothing.
      • PrefixDBException

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

        public PrefixDBException​(Exception e)
        Constructs from the exception that caused this exception to be thrown.
        Parameters:
        e - The exception that caused this exception to be thrown.
      • PrefixDBException

        public PrefixDBException​(String message,
                                 Exception e)
        Constructs from an error message and the exception that caused this exception to be thrown.
        Parameters:
        message - The error message.
        e - The exception that caused this exception to be thrown.