net.sf.ehcache.constructs.blocking
public class LockTimeoutException extends CacheException
Version: $Id: LockTimeoutException.java 124 2006-06-11 13:44:17Z gregluck $
Constructor Summary | |
---|---|
LockTimeoutException()
Constructs a new runtime exception with null as its
detail message. | |
LockTimeoutException(String message)
Constructs a new runtime exception with the specified detail message.
| |
LockTimeoutException(String message, Throwable initialCause)
Constructor for the LockTimeoutException object.
|
null
as its
detail message. The cause is not initialized, and may subsequently be
initialized by a call to LockTimeoutException.Parameters: message the detail message. The detail message is saved for later retrieval by the LockTimeoutException method.
Parameters: message the exception detail message initialCause the cause of the exception which can later be retrieved with the LockTimeoutException method