Package org.ehcache

Class CacheIterationException

  • All Implemented Interfaces:
    java.io.Serializable

    public class CacheIterationException
    extends java.lang.RuntimeException
    Indicates an unrecoverable failure occurred during iteration.
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private static long serialVersionUID  
    • Constructor Summary

      Constructors 
      Constructor Description
      CacheIterationException()
      Creates a CacheIterationException.
      CacheIterationException​(java.lang.String message)
      Creates a CacheIterationException with the provided message.
      CacheIterationException​(java.lang.String message, java.lang.Throwable cause)
      Creates a CacheIterationException with the provided message and cause.
      CacheIterationException​(java.lang.Throwable cause)
      Creates a CacheIterationException with the provided cause.
    • 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

      • CacheIterationException

        public CacheIterationException()
        Creates a CacheIterationException.
      • CacheIterationException

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

        public CacheIterationException​(java.lang.String message,
                                       java.lang.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​(java.lang.Throwable cause)
        Creates a CacheIterationException with the provided cause.
        Parameters:
        cause - the cause of this exception