|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.keridwen.core.data.storage.DataIOException
public class DataIOException
Exception raised in case of problems during input/output access.
| Constructor Summary | |
|---|---|
DataIOException()
Default constructor . |
|
DataIOException(String message)
Creates a new exception with the given message. |
|
DataIOException(String message,
Throwable cause)
Creates a new exception with the given message and cause. |
|
DataIOException(Throwable cause)
Creates a new exception with the given cause. |
|
| Method Summary |
|---|
| 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 |
|---|
public DataIOException()
public DataIOException(String message,
Throwable cause)
message - message of the exceptioncause - cause of the exceptionpublic DataIOException(String message)
message - message of the exceptionpublic DataIOException(Throwable cause)
cause - cause of the execption
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||