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 SummaryConstructorsConstructorDescriptionConstructor for the InvalidArgumentException objectInvalidArgumentException(String message) Constructor for the InvalidArgumentException object.
- 
Method SummaryMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
InvalidArgumentExceptionpublic InvalidArgumentException()Constructor for the InvalidArgumentException object
- 
InvalidArgumentExceptionConstructor for the InvalidArgumentException object.- Parameters:
- message-
 
 
-