Spring Integration

org.springframework.integration.handler.advice
Class ErrorMessageSendingRecoverer.RetryExceptionNotAvailableException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.springframework.integration.MessagingException
                  extended by org.springframework.integration.handler.advice.ErrorMessageSendingRecoverer.RetryExceptionNotAvailableException
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
ErrorMessageSendingRecoverer

public static class ErrorMessageSendingRecoverer.RetryExceptionNotAvailableException
extends MessagingException

See Also:
Serialized Form

Constructor Summary
ErrorMessageSendingRecoverer.RetryExceptionNotAvailableException(Message<?> message, java.lang.String description)
           
 
Method Summary
 
Methods inherited from class org.springframework.integration.MessagingException
getFailedMessage, setFailedMessage
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ErrorMessageSendingRecoverer.RetryExceptionNotAvailableException

public ErrorMessageSendingRecoverer.RetryExceptionNotAvailableException(Message<?> message,
                                                                        java.lang.String description)

Spring Integration