public class PotentiallySecondaryRuntimeException extends RuntimeException implements PotentiallySecondary
| Constructor and Description |
|---|
PotentiallySecondaryRuntimeException() |
PotentiallySecondaryRuntimeException(String msg) |
PotentiallySecondaryRuntimeException(String msg,
Throwable t) |
PotentiallySecondaryRuntimeException(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 PotentiallySecondaryRuntimeException(String msg, Throwable t)
public PotentiallySecondaryRuntimeException(Throwable t)
public PotentiallySecondaryRuntimeException(String msg)
public PotentiallySecondaryRuntimeException()
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