class StoreException extends Exception
| Modifier and Type | Field and Description |
|---|---|
(package private) Throwable |
nestedException
The exception (if any) that triggered the store exception.
|
private static long |
serialVersionUID |
| Constructor and Description |
|---|
StoreException(String str)
Create a store exception, forwarding a string to the superclass
constructor.
|
StoreException(String str,
Throwable ex)
Create an exception, forwarding a string to the
superclass constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
printStackTrace()
Print the stack trace of this exception, plus that of the nested
exception, if any.
|
void |
printStackTrace(PrintStream out)
Print the stack trace of this exception, plus that of the nested
exception, if any.
|
void |
printStackTrace(PrintWriter out)
Print the stack trace of this exception, plus that of the nested
exception, if any.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, setStackTrace, toStringprivate static final long serialVersionUID
final Throwable nestedException
null.StoreException(String str)
str - a detailed message for the exceptionpublic void printStackTrace()
printStackTrace in class Throwablepublic void printStackTrace(PrintStream out)
printStackTrace in class Throwablepublic void printStackTrace(PrintWriter out)
printStackTrace in class ThrowableCopyright 2007-2013, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.