public class UnknownException extends SystemException implements Serializable
Modifier and Type | Field and Description |
---|---|
Throwable |
originalEx
The original exception.
|
completed, minor
Constructor and Description |
---|
UnknownException(Throwable reason)
Create a new unknown exception, wrapping a reason.
|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public Throwable originalEx
public UnknownException(Throwable reason)
reason
- an exception that has caused this unknown exception.