javax.util.jcache
Class GroupUseException
java.lang.Object
java.lang.Throwable
java.lang.Exception
javax.util.jcache.CacheException
javax.util.jcache.GroupUseException
- All Implemented Interfaces:
- Serializable
Deprecated. replaced with CacheException
public class GroupUseException
- extends CacheException
The requested functionality is not supported on a group.
- See Also:
- Serialized Form
Constructor Summary |
GroupUseException()
Deprecated. Creates new GroupUseException without detail message. |
GroupUseException(String msg)
Deprecated. Constructs an GroupUseException with the specified detail
message. |
GroupUseException
public GroupUseException()
- Deprecated.
- Creates new
GroupUseException
without detail message.
GroupUseException
public GroupUseException(String msg)
- Deprecated.
- Constructs an
GroupUseException
with the specified detail
message.
- Parameters:
msg
- the detail message.
Copyright © 2002-2009 Hosted by SourceForge. All Rights Reserved.