org.jikesrvm.runtime
Class TimeoutException
java.lang.Object
java.lang.Throwable
java.lang.Exception
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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
TimeoutException
public TimeoutException(String msg)