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