com.bigdata.concurrent
Class TimeoutException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by 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

Constructor Summary
TimeoutException()
           
TimeoutException(String message)
           
TimeoutException(String message, Throwable cause)
           
TimeoutException(Throwable cause)
           
 
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

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.