com.bigdata.concurrent
Class TimeoutException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.bigdata.concurrent.TimeoutException
- All Implemented Interfaces:
- Serializable
public class TimeoutException
- extends RuntimeException
An instance of this class is thrown when a lock could not be obtained within
a specified timeout.
- Author:
- thompsonbry
- See Also:
org.CognitiveWeb.concurrent.locking.Queue#lock(Object, short, long, int),
Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
TimeoutException
public TimeoutException()
TimeoutException
public TimeoutException(String message)
- Parameters:
message -
TimeoutException
public TimeoutException(String message,
Throwable cause)
- Parameters:
message - cause -
TimeoutException
public TimeoutException(Throwable cause)
- Parameters:
cause -
Copyright © 2006-2011 SYSTAP, LLC. All Rights Reserved.