Class AcknowledgementResultCallbackException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.awspring.cloud.sqs.listener.acknowledgement.AcknowledgementResultCallbackException
All Implemented Interfaces:
Serializable

public class AcknowledgementResultCallbackException extends RuntimeException
Exception representing a failure to execute a AcknowledgementResultCallback.
Since:
3.0
Author:
Tomaz Fernandes
See Also:
  • Constructor Details

    • AcknowledgementResultCallbackException

      public AcknowledgementResultCallbackException(String errorMessage, Throwable cause)
      Create an instance with the supplied message and cause.
      Parameters:
      errorMessage - the error message.
      cause - the cause.