Class InvalidArgumentException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.commons.jcs3.access.exception.CacheException
org.apache.commons.jcs3.access.exception.InvalidArgumentException
- All Implemented Interfaces:
Serializable
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:
-
Constructor Summary
ConstructorsConstructorDescriptionConstructor for the InvalidArgumentException objectInvalidArgumentException
(String message) Constructor for the InvalidArgumentException object. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InvalidArgumentException
public InvalidArgumentException()Constructor for the InvalidArgumentException object -
InvalidArgumentException
Constructor for the InvalidArgumentException object.- Parameters:
message
-
-