org.springframework.data.keyvalue.redis.listener.adapter
Class ListenerExecutionFailedException
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.keyvalue.redis.listener.adapter.ListenerExecutionFailedException
- All Implemented Interfaces:
- Serializable
public class ListenerExecutionFailedException
- extends InvalidDataAccessApiUsageException
Exception thrown when the execution of a listener method failed.
- Author:
- Costin Leau
- See Also:
MessageListenerAdapter
,
Serialized Form
ListenerExecutionFailedException
public ListenerExecutionFailedException(String msg,
Throwable cause)
- Constructs a new
ListenerExecutionFailedException
instance.
- Parameters:
msg
- cause
-
ListenerExecutionFailedException
public ListenerExecutionFailedException(String msg)
- Constructs a new
ListenerExecutionFailedException
instance.
- Parameters:
msg
-
Copyright © 2010-2011 SpringSource. All Rights Reserved.