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
,java.io.Serializable
public class UnexpectedException extends PotentiallySecondaryRuntimeException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UnexpectedException()
UnexpectedException(java.lang.String msg)
UnexpectedException(java.lang.String msg, java.lang.Throwable t)
UnexpectedException(java.lang.Throwable t)
UnexpectedException(java.lang.Throwable nested, java.lang.String msg)
Deprecated.
-
Method Summary
-
Methods inherited from class com.mchange.lang.PotentiallySecondaryRuntimeException
getNestedThrowable, printStackTrace, printStackTrace, printStackTrace
-
-
-
-
Constructor Detail
-
UnexpectedException
public UnexpectedException(java.lang.String msg, java.lang.Throwable t)
-
UnexpectedException
public UnexpectedException(java.lang.Throwable t)
-
UnexpectedException
public UnexpectedException(java.lang.String msg)
-
UnexpectedException
public UnexpectedException()
-
UnexpectedException
public UnexpectedException(java.lang.Throwable nested, java.lang.String msg)
Deprecated.
-
-