org.apache.jcs.access.exception
Class InvalidArgumentException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.jcs.access.exception.CacheException
org.apache.jcs.access.exception.InvalidArgumentException
- All Implemented Interfaces:
- Serializable
public class InvalidArgumentException
- extends CacheException
InvalidArgumentException is thrown if an argument is passed to the cache that is invalid. For
instance, null values passed to put result in this exception.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
InvalidArgumentException
public InvalidArgumentException()
- Constructor for the InvalidArgumentException object
InvalidArgumentException
public InvalidArgumentException(String message)
- Constructor for the InvalidArgumentException object.
- Parameters:
message
-
Copyright © 2002-2012 Apache Software Foundation. All Rights Reserved.