public class PotentiallySecondaryRuntimeException extends java.lang.RuntimeException implements PotentiallySecondary
Constructor and Description |
---|
PotentiallySecondaryRuntimeException() |
PotentiallySecondaryRuntimeException(java.lang.String msg) |
PotentiallySecondaryRuntimeException(java.lang.String msg,
java.lang.Throwable t) |
PotentiallySecondaryRuntimeException(java.lang.Throwable t) |
Modifier and Type | Method and Description |
---|---|
java.lang.Throwable |
getNestedThrowable() |
void |
printStackTrace() |
void |
printStackTrace(java.io.PrintStream ps) |
void |
printStackTrace(java.io.PrintWriter pw) |
public PotentiallySecondaryRuntimeException(java.lang.String msg, java.lang.Throwable t)
public PotentiallySecondaryRuntimeException(java.lang.Throwable t)
public PotentiallySecondaryRuntimeException(java.lang.String msg)
public PotentiallySecondaryRuntimeException()
public java.lang.Throwable getNestedThrowable()
getNestedThrowable
in interface PotentiallySecondary
public void printStackTrace(java.io.PrintWriter pw)
printStackTrace
in class java.lang.Throwable
public void printStackTrace(java.io.PrintStream ps)
printStackTrace
in class java.lang.Throwable
public void printStackTrace()
printStackTrace
in class java.lang.Throwable