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
public class UnexpectedException
- extends PotentiallySecondaryRuntimeException
- See Also:
- Serialized Form
UnexpectedException
public UnexpectedException(String msg,
Throwable t)
UnexpectedException
public UnexpectedException(Throwable t)
UnexpectedException
public UnexpectedException(String msg)
UnexpectedException
public UnexpectedException()
UnexpectedException
public UnexpectedException(Throwable nested,
String msg)
- Deprecated.