|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.foxsmart.ic.lang.ThreadErrorException
public class ThreadErrorException
This exception is thrown when a thread times out.
| Constructor Summary | |
|---|---|
ThreadErrorException(java.lang.Exception originalException)
Constructs a new thread timeout exception with no message. |
|
ThreadErrorException(java.lang.Exception originalException,
java.lang.String message)
Constructs a new thread timeout exception. |
|
| Method Summary | |
|---|---|
java.lang.Exception |
getOriginalException()
Gets the original exception that caused the ThreadErrorException. |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ThreadErrorException(java.lang.Exception originalException)
originalException - the original exception.
public ThreadErrorException(java.lang.Exception originalException,
java.lang.String message)
originalException - the original exception.message - The message to include in the thread timeout exception.| Method Detail |
|---|
public java.lang.Exception getOriginalException()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||