javax.util.jcache
Class CacheFullException
java.lang.Object
java.lang.Throwable
java.lang.Exception
javax.util.jcache.CacheException
javax.util.jcache.CacheFullException
- All Implemented Interfaces:
- Serializable
Deprecated. replaced with CacheException
public class CacheFullException
- extends CacheException
The maximum number of objects in the cache has been reached.
- See Also:
- Serialized Form
Constructor Summary |
CacheFullException()
Deprecated. Creates new CacheFullException without detail message. |
CacheFullException(String msg)
Deprecated. Constructs an CacheFullException with the specified detail
message. |
CacheFullException
public CacheFullException()
- Deprecated.
- Creates new
CacheFullException
without detail message.
CacheFullException
public CacheFullException(String msg)
- Deprecated.
- Constructs an
CacheFullException
with the specified detail
message.
- Parameters:
msg
- the detail message.
Copyright © 2002-2009 Hosted by SourceForge. All Rights Reserved.