public class KnownReason extends RuntimeException
Such exceptions may be a timeout or a user initiated cancel.
In conjunction with ExceptionTools you can search an exception chain
for "known reasons".
| Constructor and Description |
|---|
KnownReason() |
KnownReason(String message) |
KnownReason(String message,
Throwable cause) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringCopyright © 2013 intarsys consulting GmbH. All Rights Reserved.