public class PotentiallySecondaryError extends Error implements PotentiallySecondary
| Constructor and Description |
|---|
PotentiallySecondaryError() |
PotentiallySecondaryError(String msg) |
PotentiallySecondaryError(String msg,
Throwable t) |
PotentiallySecondaryError(Throwable t) |
| Modifier and Type | Method and Description |
|---|---|
Throwable |
getNestedThrowable() |
void |
printStackTrace() |
void |
printStackTrace(PrintStream ps) |
void |
printStackTrace(PrintWriter pw) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, setStackTrace, toStringpublic PotentiallySecondaryError(Throwable t)
public PotentiallySecondaryError(String msg)
public PotentiallySecondaryError()
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