Overview | Package | Class | Tree | Deprecated | Index | Help
PREV CLASS | NEXT CLASS FRAMES  | NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR | METHOD DETAIL:  FIELD | CONSTR | METHOD

Class ncsa.horizon.model.DataAccessException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--ncsa.horizon.model.DataAccessException
Subclasses:
DataFormatException, DataIOException, RMIDataAccessException

public class DataAccessException
extends java.lang.Exception
an exception while trying to access data.

This is a general purpose exception thrown typically thrown by the DataND and Viewable classes. Implementations that throw this exception should consider instantiating it as either a DataIOException or DataFormatException.

See Also:
DataIOException, DataFormatException, DataND, Viewable, Serialized Form

Constructor Summary
DataAccessException()
           
DataAccessException(java.lang.String message)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notifyAll, notify, toString, wait, wait, wait
 

Constructor Detail

DataAccessException

public DataAccessException()

DataAccessException

public DataAccessException(java.lang.String message)

Overview | Package | Class | Tree | Deprecated | Index | Help
PREV CLASS | NEXT CLASS FRAMES  | NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR | METHOD DETAIL:  FIELD | CONSTR | METHOD