Package org.ehcache

Class CacheIterationException

All Implemented Interfaces:
Serializable

public class CacheIterationException extends RuntimeException
Indicates an unrecoverable failure occurred during iteration.
See Also:
  • Constructor Details

    • 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