com.foxsmart.ic.lang
Class ThreadTimeoutException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.foxsmart.ic.lang.ThreadTimeoutException
All Implemented Interfaces:
java.io.Serializable

public class ThreadTimeoutException
extends java.lang.Exception

This exception is thrown when a thread times out.

See Also:
Serialized Form

Constructor Summary
ThreadTimeoutException()
          Constructs a new thread timeout exception with no message.
ThreadTimeoutException(java.lang.String message)
          Constructs a new thread timeout exception.
 
Method Summary
 
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

ThreadTimeoutException

public ThreadTimeoutException()
Constructs a new thread timeout exception with no message.


ThreadTimeoutException

public ThreadTimeoutException(java.lang.String message)
Constructs a new thread timeout exception.

Parameters:
message - The message to include in the thread timeout exception.


Copyright © 2005-2008 Fox Smart, Inc. All Rights Reserved.