Class CacheConfigurationRuntimeException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- tech.rsqn.cacheservice.exceptions.CacheConfigurationRuntimeException
-
- All Implemented Interfaces:
java.io.Serializable
public class CacheConfigurationRuntimeException extends java.lang.RuntimeException- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CacheConfigurationRuntimeException()CacheConfigurationRuntimeException(java.lang.String message)CacheConfigurationRuntimeException(java.lang.String message, java.lang.Throwable cause)CacheConfigurationRuntimeException(java.lang.Throwable cause)
-
-
-
Constructor Detail
-
CacheConfigurationRuntimeException
public CacheConfigurationRuntimeException()
-
CacheConfigurationRuntimeException
public CacheConfigurationRuntimeException(java.lang.String message)
-
CacheConfigurationRuntimeException
public CacheConfigurationRuntimeException(java.lang.String message, java.lang.Throwable cause)
-
CacheConfigurationRuntimeException
public CacheConfigurationRuntimeException(java.lang.Throwable cause)
-
-