Package ucar.units

Class PrefixDBAccessException

  • All Implemented Interfaces:
    Serializable

    public class PrefixDBAccessException
    extends PrefixDBException
    Provides support for prefix database access failures. This is not used in the default implementation but could be used for remote database implementations, for example.
    See Also:
    Serialized Form
    • Constructor Detail

      • PrefixDBAccessException

        public PrefixDBAccessException​(String reason)
        Constructs from an error message.
        Parameters:
        reason - The reason the database couldn't be accessed.