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.
|
concat
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public 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.