|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.mchange.lang.PotentiallySecondaryException
public class PotentiallySecondaryException
Constructor Summary | |
---|---|
PotentiallySecondaryException()
Deprecated. |
|
PotentiallySecondaryException(String msg)
Deprecated. |
|
PotentiallySecondaryException(String msg,
Throwable t)
Deprecated. |
|
PotentiallySecondaryException(Throwable t)
Deprecated. |
Method Summary | |
---|---|
Throwable |
getNestedThrowable()
Deprecated. |
void |
printStackTrace()
Deprecated. |
void |
printStackTrace(PrintStream ps)
Deprecated. |
void |
printStackTrace(PrintWriter pw)
Deprecated. |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public PotentiallySecondaryException(String msg, Throwable t)
public PotentiallySecondaryException(Throwable t)
public PotentiallySecondaryException(String msg)
public PotentiallySecondaryException()
Method Detail |
---|
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
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |