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, toString
public PotentiallySecondaryRuntimeException(String msg, Throwable t)
public PotentiallySecondaryRuntimeException(Throwable t)
public PotentiallySecondaryRuntimeException(String msg)
public PotentiallySecondaryRuntimeException()
public Throwable getNestedThrowable()
getNestedThrowable
in interface PotentiallySecondary
public void printStackTrace(PrintWriter pw)
printStackTrace
in class Throwable
public void printStackTrace(PrintStream ps)
printStackTrace
in class Throwable
public void printStackTrace()
printStackTrace
in class Throwable