public final class TTThreadedException extends TTException
| Constructor and Description |
|---|
TTThreadedException(ExecutionException mExc)
Constructor for execution exception exceptions.
|
TTThreadedException(InterruptedException mExc)
Constructor for threaded exceptions.
|
TTThreadedException(String... message)
Exception for weird thread behaviour.
|
concataddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic TTThreadedException(InterruptedException mExc)
mExc - tp be storedpublic TTThreadedException(String... message)
message - to be storedpublic TTThreadedException(ExecutionException mExc)
mExc - to be storedCopyright © 2013. All Rights Reserved.