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.ThrowablegetNestedThrowable()voidprintStackTrace()voidprintStackTrace(java.io.PrintStream ps)voidprintStackTrace(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:
getNestedThrowablein interfacePotentiallySecondary
-
printStackTrace
public void printStackTrace(java.io.PrintWriter pw)
- Overrides:
printStackTracein classjava.lang.Throwable
-
printStackTrace
public void printStackTrace(java.io.PrintStream ps)
- Overrides:
printStackTracein classjava.lang.Throwable
-
printStackTrace
public void printStackTrace()
- Overrides:
printStackTracein classjava.lang.Throwable
-
-