ucar.units
Class PrefixDBAccessException
java.lang.Object
java.lang.Throwable
java.lang.Exception
ucar.units.UnitException
ucar.units.PrefixDBException
ucar.units.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.
- Version:
- $Id: PrefixDBAccessException.java 64 2006-07-12 22:30:50Z edavis $
- Author:
- Steven R. Emmerson
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
PrefixDBAccessException
public PrefixDBAccessException(String reason)
- Constructs from an error message.
- Parameters:
reason
- The reason the database couldn't be accessed.
Copyright © 1999-2011 UCAR/Unidata. All Rights Reserved.