Class CacheReflectionRuntimeException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- tech.rsqn.cacheservice.exceptions.CacheReflectionRuntimeException
-
- All Implemented Interfaces:
java.io.Serializable
public class CacheReflectionRuntimeException extends java.lang.RuntimeExceptionCreated by IntelliJ IDEA. User: mandrewes Date: 5/10/11- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CacheReflectionRuntimeException()CacheReflectionRuntimeException(java.lang.String message)CacheReflectionRuntimeException(java.lang.String message, java.lang.Throwable cause)CacheReflectionRuntimeException(java.lang.Throwable cause)
-
-
-
Constructor Detail
-
CacheReflectionRuntimeException
public CacheReflectionRuntimeException()
-
CacheReflectionRuntimeException
public CacheReflectionRuntimeException(java.lang.String message)
-
CacheReflectionRuntimeException
public CacheReflectionRuntimeException(java.lang.String message, java.lang.Throwable cause)
-
CacheReflectionRuntimeException
public CacheReflectionRuntimeException(java.lang.Throwable cause)
-
-