public class UnexpectedException extends PotentiallySecondaryRuntimeException
Constructor and 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.
|
getNestedThrowable, printStackTrace, printStackTrace, printStackTrace
public UnexpectedException(java.lang.String msg, java.lang.Throwable t)
public UnexpectedException(java.lang.Throwable t)
public UnexpectedException(java.lang.String msg)
public UnexpectedException()
public UnexpectedException(java.lang.Throwable nested, java.lang.String msg)