ucar.units
Class PrefixDBAccessException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by ucar.units.UnitException
              extended by ucar.units.PrefixDBException
                  extended by 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

Constructor Summary
PrefixDBAccessException(String reason)
          Constructs from an error message.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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.