javax.util.jcache
Class InvalidArgumentException
java.lang.Object
java.lang.Throwable
java.lang.Exception
javax.util.jcache.CacheException
javax.util.jcache.InvalidArgumentException
- All Implemented Interfaces:
- Serializable
Deprecated. replaced with CacheException
public class InvalidArgumentException
- extends CacheException
One of the arguments to the method is not valid.
- See Also:
- Serialized Form
InvalidArgumentException
public InvalidArgumentException()
- Deprecated.
- Creates new
InvalidArgumentException
without detail
message.
InvalidArgumentException
public InvalidArgumentException(String msg)
- Deprecated.
- Constructs an
InvalidArgumentException
with the specified
detail message.
- Parameters:
msg
- the detail message.
Copyright © 2002-2009 Hosted by SourceForge. All Rights Reserved.