Serializablepublic class TaskManagerException extends Exception
| Constructor | Description |
|---|---|
TaskManagerException(Throwable cause) |
Constructor.
|
| Modifier and Type | Method | Description |
|---|---|---|
Throwable |
getCause() |
|
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitaddSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTracepublic TaskManagerException(Throwable cause)
cause - exception's cause.
Copyright © 2008, 2017, Oracle. All rights reserved.