javax.util.jcache
Class GroupNameException
java.lang.Object
java.lang.Throwable
java.lang.Exception
javax.util.jcache.CacheException
javax.util.jcache.GroupNameException
- All Implemented Interfaces:
- Serializable
Deprecated. replaced with CacheException
public class GroupNameException
- extends CacheException
An attempt was made to add a group to itself.
- See Also:
- Serialized Form
Constructor Summary |
GroupNameException()
Deprecated. Creates new GroupNameException without detail message. |
GroupNameException(String msg)
Deprecated. Constructs an GroupNameException with the specified detail
message. |
GroupNameException
public GroupNameException()
- Deprecated.
- Creates new
GroupNameException
without detail message.
GroupNameException
public GroupNameException(String msg)
- Deprecated.
- Constructs an
GroupNameException
with the specified detail
message.
- Parameters:
msg
- the detail message.
Copyright © 2002-2009 Hosted by SourceForge. All Rights Reserved.