|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.magnos.data.error.StoreIOException
public class StoreIOException
An IOException has occurred, this is a RuntimeException wrapping IO errors.
| Constructor Summary | |
|---|---|
StoreIOException(java.io.IOException e)
Instantiates a new StoreIOException. |
|
| Method Summary | |
|---|---|
java.io.IOException |
getSource()
The IOException that was thrown. |
| 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 StoreIOException(java.io.IOException e)
e - The IOException that was thrown.| Method Detail |
|---|
public java.io.IOException getSource()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||