|
||||||||||
| 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.netbeans.mdr.persistence.StorageException
org.netbeans.mdr.persistence.StorageIOException
public class StorageIOException
This is thrown when an IO error occurs in the storage layer. The IOException is converted to a subclass of Storage Exception to maintain this simple rule: only StorageExceptions are thrown from the storage layer. A StorageIOException returns the stack trace information of the original IOException occurred, since this is far more useful than the stack trace of the point where the exception was converted.
| Constructor Summary | |
|---|---|
StorageIOException(java.io.IOException err)
this constructs a StorageIOException from an IOException |
|
| Method Summary | |
|---|---|
java.lang.String |
getLocalizedMessage()
return the original IOException's localized message |
java.lang.String |
getMessage()
return the original IOException's message |
void |
printStackTrace()
print the original IOException's stack trace |
void |
printStackTrace(java.io.PrintStream ps)
print the original IOException's stack trace |
void |
printStackTrace(java.io.PrintWriter pw)
print the original IOException's stack trace |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getStackTrace, initCause, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public StorageIOException(java.io.IOException err)
err - the IOException| Method Detail |
|---|
public java.lang.String getMessage()
getMessage in class java.lang.Throwablepublic java.lang.String getLocalizedMessage()
getLocalizedMessage in class java.lang.Throwablepublic void printStackTrace()
printStackTrace in class java.lang.Throwablepublic void printStackTrace(java.io.PrintStream ps)
printStackTrace in class java.lang.Throwablepublic void printStackTrace(java.io.PrintWriter pw)
printStackTrace in class java.lang.Throwable
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||