gov.lanl.ObsDataTools
Class ObsDataAccessException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--gov.lanl.ObsDataTools.ObsDataAccessException
All Implemented Interfaces:
java.io.Serializable

public class ObsDataAccessException
extends java.lang.Exception

An exception class for ObsData accessing errors.

Version:
$Revision: 1.1.1.1 $ $Date: 2000/08/12 04:38:28 $
Author:
Jim George
See Also:
Serialized Form

Constructor Summary
ObsDataAccessException()
          Constructor declaration.
ObsDataAccessException(java.lang.String reason)
          Constructor declaration.
 
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

ObsDataAccessException

public ObsDataAccessException()
Constructor declaration.


ObsDataAccessException

public ObsDataAccessException(java.lang.String reason)
Constructor declaration.

Parameters:
reason - is an explanation of the cause of the exception


Copyright © 2000 University of California. All Rights Reserved.