public class PotentiallySecondaryException extends Exception implements PotentiallySecondary
| Constructor and Description |
|---|
PotentiallySecondaryException()
Deprecated.
|
PotentiallySecondaryException(String msg)
Deprecated.
|
PotentiallySecondaryException(String msg,
Throwable t)
Deprecated.
|
PotentiallySecondaryException(Throwable t)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
Throwable |
getNestedThrowable()
Deprecated.
|
void |
printStackTrace()
Deprecated.
|
void |
printStackTrace(PrintStream ps)
Deprecated.
|
void |
printStackTrace(PrintWriter pw)
Deprecated.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, setStackTrace, toStringpublic PotentiallySecondaryException(String msg, Throwable t)
public PotentiallySecondaryException(Throwable t)
public PotentiallySecondaryException(String msg)
public PotentiallySecondaryException()
public Throwable getNestedThrowable()
getNestedThrowable in interface PotentiallySecondarypublic void printStackTrace(PrintWriter pw)
printStackTrace in class Throwablepublic void printStackTrace(PrintStream ps)
printStackTrace in class Throwablepublic void printStackTrace()
printStackTrace in class Throwable