public class CacheIterationException
extends java.lang.RuntimeException
| Constructor and Description | 
|---|
| CacheIterationException()Creates a  CacheIterationException. | 
| CacheIterationException(java.lang.String message)Creates a  CacheIterationExceptionwith the provided message. | 
| CacheIterationException(java.lang.String message,
                       java.lang.Throwable cause)Creates a  CacheIterationExceptionwith the provided message and cause. | 
| CacheIterationException(java.lang.Throwable cause)Creates a  CacheIterationExceptionwith the provided cause. | 
public CacheIterationException()
CacheIterationException.public CacheIterationException(java.lang.String message)
CacheIterationException with the provided message.message - information about the exceptionpublic CacheIterationException(java.lang.String message,
                               java.lang.Throwable cause)
CacheIterationException with the provided message and cause.message - information about the exceptioncause - the cause of this exceptionpublic CacheIterationException(java.lang.Throwable cause)
CacheIterationException with the provided cause.cause - the cause of this exception