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