concurrency
Class TimeOutException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byconcurrency.ConcurrencyException
              extended byconcurrency.TimeOutException
All Implemented Interfaces:
java.io.Serializable

public class TimeOutException
extends ConcurrencyException

Represents an error ocurred when the specified time to lock an object is over.

See Also:
Serialized Form

Constructor Summary
TimeOutException()
          Constructs a TimeOutException without message.
TimeOutException(java.lang.String msg)
          Constructs a TimeOutException with a specified message.
 
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()
Constructs a TimeOutException without message.


TimeOutException

public TimeOutException(java.lang.String msg)
Constructs a TimeOutException with a specified message.