javax.util.jcache
Class RegionNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
javax.util.jcache.CacheException
javax.util.jcache.RegionNotFoundException
- All Implemented Interfaces:
- Serializable
Deprecated. replaced with CacheException
public class RegionNotFoundException
- extends CacheException
A request was made to access a region that does not exist in the cache.
- See Also:
- Serialized Form
RegionNotFoundException
public RegionNotFoundException()
- Deprecated.
- Creates new
RegionNotFoundException
without detail message.
RegionNotFoundException
public RegionNotFoundException(String msg)
- Deprecated.
- Constructs an
RegionNotFoundException
with the specified
detail message.
- Parameters:
msg
- the detail message.
Copyright © 2002-2009 Hosted by SourceForge. All Rights Reserved.