org.jikesrvm.runtime
Class TimeoutException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.jikesrvm.runtime.TimeoutException
All Implemented Interfaces:
Serializable

public class TimeoutException
extends Exception

Exception to indicate that a blocking call has timed out. This is purposely not a subtype of any library exception class, because in the context of the VM it is sometimes not possible to know what the calling method wants. For example, InterruptedException, SocketTimeoutException, etc.

See Also:
Serialized Form

Field Summary
private static long serialVersionUID
           
 
Constructor Summary
TimeoutException(String msg)
           
 
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
 

Field Detail

serialVersionUID

private static final long serialVersionUID
See Also:
Constant Field Values
Constructor Detail

TimeoutException

public TimeoutException(String msg)