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.DataIOException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--ncsa.horizon.model.DataAccessException
                    |
                    +--ncsa.horizon.model.DataIOException

public class DataIOException
extends DataAccessException
an IO exception while trying to access data.

This class is typically used to convert an IOException into a DataAccessException while supporting the DataND and Viewable classes.

See Also:
DataAccessException, DataND, Viewable, Serialized Form

Constructor Summary
DataIOException()
           
DataIOException(java.lang.String message)
           
DataIOException(java.io.IOException ex)
          convert an IOException to a DataIOException.
 
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

DataIOException

public DataIOException()

DataIOException

public DataIOException(java.lang.String message)

DataIOException

public DataIOException(java.io.IOException ex)
convert an IOException to a DataIOException.

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