com.ireasoning.protocol
Class TimeoutException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
java.io.InterruptedIOException
com.ireasoning.protocol.TimeoutException
- All Implemented Interfaces:
- Serializable
- public class TimeoutException
- extends InterruptedIOException
This Exception is thrown when a specified timeout is reached without
suceeding in completing the action.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
TimeoutException
public TimeoutException()
- Construct a new TimeoutException with no detailed message.
TimeoutException
public TimeoutException(String msg)
- Constructs a new TimeoutException with a detail message.
- Parameters:
msg
- the detail message
Copyright © 2002 iReasoning Inc. All Rights Reserved.