Class InvalidCacheUsageException

  • All Implemented Interfaces:
    java.io.Serializable

    public class InvalidCacheUsageException
    extends CacheException
    Thrown when client makes cache usage errors. Situations like this include when clients invoke operations on the cache that are not allowed.
    Since:
    5.2
    Author:
    Galder ZamarreƱo
    See Also:
    Serialized Form
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • InvalidCacheUsageException

        public InvalidCacheUsageException​(java.lang.Throwable cause)
      • InvalidCacheUsageException

        public InvalidCacheUsageException​(java.lang.String msg)
      • InvalidCacheUsageException

        public InvalidCacheUsageException​(java.lang.String msg,
                                          java.lang.Throwable cause)