net.sf.ehcache.constructs.asynchronous
public class CommandNotFoundInCacheException extends AsynchronousCommandException
Version: $Id: CommandNotFoundInCacheException.java 59 2006-04-30 03:41:39Z gregluck $
Constructor Summary | |
---|---|
CommandNotFoundInCacheException(String message)
Constructs a new exception with the specified detail message. | |
CommandNotFoundInCacheException(String message, Throwable cause)
Constructs a new exception with the specified detail message and
cause. |
Parameters: message the detail message. The detail message is saved for later retrieval by the CommandNotFoundInCacheException method.
Note that the detail message associated with
cause
is not automatically incorporated in
this exception's detail message.
Parameters: message the detail message (which is saved for later retrieval by the CommandNotFoundInCacheException method). cause the cause (which is saved for later retrieval by the CommandNotFoundInCacheException method). (A null value is permitted, and indicates that the cause is nonexistent or unknown.)