public class StorageIOException extends StorageException
| Constructor and Description |
|---|
StorageIOException(java.io.IOException err)
this constructs a StorageIOException from an IOException
|
| Modifier and Type | Method and Description |
|---|---|
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
|
public StorageIOException(java.io.IOException err)
err - the IOExceptionpublic 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.ThrowableCopyright © 2005-2012 Apache Software Foundation. All Rights Reserved.