| Overview | Package | Class | Tree | Deprecated | Index | Help | |||
| PREV CLASS | NEXT CLASS | FRAMES | NO FRAMES | ||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--ncsa.horizon.model.DataAccessException
|
+--ncsa.horizon.model.DataIOException
This class is typically used to convert an IOException into a DataAccessException while supporting the DataND and Viewable classes.
| 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 |
public DataIOException()
public DataIOException(java.lang.String message)
public DataIOException(java.io.IOException ex)
| Overview | Package | Class | Tree | Deprecated | Index | Help | |||
| PREV CLASS | NEXT CLASS | FRAMES | NO FRAMES | ||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||