Class RedisListenerExecutionFailedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.core.NestedRuntimeException
org.springframework.dao.DataAccessException
org.springframework.dao.NonTransientDataAccessException
org.springframework.dao.InvalidDataAccessApiUsageException
org.springframework.data.redis.listener.adapter.RedisListenerExecutionFailedException
- All Implemented Interfaces:
Serializable
Exception thrown when the execution of a listener method failed.
- Author:
- Costin Leau
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionRedisListenerExecutionFailedException(@Nullable String msg) Constructs a newRedisListenerExecutionFailedExceptioninstance.RedisListenerExecutionFailedException(@Nullable String msg, @Nullable Throwable cause) Constructs a newRedisListenerExecutionFailedExceptioninstance. -
Method Summary
Methods inherited from class NestedRuntimeException
contains, getMostSpecificCause, getRootCauseMethods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
RedisListenerExecutionFailedException
-
RedisListenerExecutionFailedException
Constructs a newRedisListenerExecutionFailedExceptioninstance.- Parameters:
msg-
-