public class RuntimeStorageException
extends java.lang.RuntimeException
| Constructor and Description |
|---|
RuntimeStorageException(StorageException err)
this constructs a RuntimeStorageException from an StorageException
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getLocalizedMessage()
return the original StorageException's localized message
|
java.lang.String |
getMessage()
return the original StorageException's message
|
void |
printStackTrace()
print the original StorageException's stack trace
|
void |
printStackTrace(java.io.PrintStream ps)
print the original StorageException's stack trace
|
void |
printStackTrace(java.io.PrintWriter pw)
print the original StorageException's stack trace
|
public RuntimeStorageException(StorageException err)
err - the StorageExceptionpublic 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.