Class 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 Details