Package com.mchange.v1.util
Class UnexpectedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.mchange.lang.PotentiallySecondaryRuntimeException
com.mchange.v1.util.UnexpectedException
- All Implemented Interfaces:
PotentiallySecondary
,Serializable
- See Also:
-
Constructor Summary
ConstructorDescriptionUnexpectedException
(String msg, Throwable t) UnexpectedException
(Throwable nested, String msg) Deprecated. -
Method Summary
Methods inherited from class com.mchange.lang.PotentiallySecondaryRuntimeException
getNestedThrowable, printStackTrace, printStackTrace, printStackTrace
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, setStackTrace, toString
-
Constructor Details
-
UnexpectedException
-
UnexpectedException
-
UnexpectedException
-
UnexpectedException
public UnexpectedException() -
UnexpectedException
Deprecated.
-