com.mchange.lang
Class PotentiallySecondaryRuntimeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.mchange.lang.PotentiallySecondaryRuntimeException
- All Implemented Interfaces:
- PotentiallySecondary, Serializable
- Direct Known Subclasses:
- UnexpectedException
public class PotentiallySecondaryRuntimeException
- extends RuntimeException
- implements PotentiallySecondary
- See Also:
- Serialized Form
PotentiallySecondaryRuntimeException
public PotentiallySecondaryRuntimeException(String msg,
Throwable t)
PotentiallySecondaryRuntimeException
public PotentiallySecondaryRuntimeException(Throwable t)
PotentiallySecondaryRuntimeException
public PotentiallySecondaryRuntimeException(String msg)
PotentiallySecondaryRuntimeException
public PotentiallySecondaryRuntimeException()
getNestedThrowable
public Throwable getNestedThrowable()
- Specified by:
getNestedThrowable
in interface PotentiallySecondary
printStackTrace
public void printStackTrace(PrintWriter pw)
- Overrides:
printStackTrace
in class Throwable
printStackTrace
public void printStackTrace(PrintStream ps)
- Overrides:
printStackTrace
in class Throwable
printStackTrace
public void printStackTrace()
- Overrides:
printStackTrace
in class Throwable