Package 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
,java.io.Serializable
- Direct Known Subclasses:
UnexpectedException
public class PotentiallySecondaryRuntimeException extends java.lang.RuntimeException implements PotentiallySecondary
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PotentiallySecondaryRuntimeException()
PotentiallySecondaryRuntimeException(java.lang.String msg)
PotentiallySecondaryRuntimeException(java.lang.String msg, java.lang.Throwable t)
PotentiallySecondaryRuntimeException(java.lang.Throwable t)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Throwable
getNestedThrowable()
void
printStackTrace()
void
printStackTrace(java.io.PrintStream ps)
void
printStackTrace(java.io.PrintWriter pw)
-
-
-
Constructor Detail
-
PotentiallySecondaryRuntimeException
public PotentiallySecondaryRuntimeException(java.lang.String msg, java.lang.Throwable t)
-
PotentiallySecondaryRuntimeException
public PotentiallySecondaryRuntimeException(java.lang.Throwable t)
-
PotentiallySecondaryRuntimeException
public PotentiallySecondaryRuntimeException(java.lang.String msg)
-
PotentiallySecondaryRuntimeException
public PotentiallySecondaryRuntimeException()
-
-
Method Detail
-
getNestedThrowable
public java.lang.Throwable getNestedThrowable()
- Specified by:
getNestedThrowable
in interfacePotentiallySecondary
-
printStackTrace
public void printStackTrace(java.io.PrintWriter pw)
- Overrides:
printStackTrace
in classjava.lang.Throwable
-
printStackTrace
public void printStackTrace(java.io.PrintStream ps)
- Overrides:
printStackTrace
in classjava.lang.Throwable
-
printStackTrace
public void printStackTrace()
- Overrides:
printStackTrace
in classjava.lang.Throwable
-
-