ucar.units
Class UnitDBAccessException
java.lang.Object
java.lang.Throwable
java.lang.Exception
ucar.units.UnitException
ucar.units.UnitDBException
ucar.units.UnitDBAccessException
- All Implemented Interfaces:
- Serializable
public class UnitDBAccessException
- extends UnitDBException
Provides support for failure to access unit database (e.g. RMI failure).
- Version:
- $Id: UnitDBAccessException.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 |
UnitDBAccessException
public UnitDBAccessException(String reason)
- Constructs from a string.
- Parameters:
reason
- The reason for the failure.
Copyright © 1999-2011 UCAR/Unidata. All Rights Reserved.