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
| 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 |
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.