Package org.ehcache

Class CacheIterationException

    • Constructor Detail

      • CacheIterationException

        public CacheIterationException()
        Creates a CacheIterationException.
      • CacheIterationException

        public CacheIterationException​(String message)
        Creates a CacheIterationException with the provided message.
        Parameters:
        message - information about the exception
      • CacheIterationException

        public CacheIterationException​(String message,
                                       Throwable cause)
        Creates a CacheIterationException with the provided message and cause.
        Parameters:
        message - information about the exception
        cause - the cause of this exception
      • CacheIterationException

        public CacheIterationException​(Throwable cause)
        Creates a CacheIterationException with the provided cause.
        Parameters:
        cause - the cause of this exception