Class QueueAttributesResolvingException

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

public class QueueAttributesResolvingException extends RuntimeException
Exception thrown when a QueueAttributesResolver fails.
Since:
3.0
Author:
Tomaz Fernandes
See Also:
  • Constructor Details

    • QueueAttributesResolvingException

      public QueueAttributesResolvingException(String message, Throwable cause)
      Create an instance with the message and throwable cause.
      Parameters:
      message - the error message.
      cause - the cause.