public class

SQSConnectorException

extends Exception
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ org.mule.modules.sqs.model.SQSConnectorException

Class Overview

Exception thrown by the connector when we cannot resolve it to SQSConnectorException

Summary

Constants
long serialVersionUID
[Expand]
Inherited Constants
From class java.lang.Exception
From class java.lang.Throwable
[Expand]
Inherited Fields
From class java.lang.Throwable
Public Constructors
SQSConnectorException(String message)
Create a SQSConnectorException
SQSConnectorException(String message, Throwable cause)
Create a SQSConnectorException
[Expand]
Inherited Methods
From class java.lang.Throwable
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 7625427278380858762 (0x69d2f5b55c76fd8a)

Public Constructors

public SQSConnectorException (String message)

Create a SQSConnectorException

Parameters
message The human-readable message

public SQSConnectorException (String message, Throwable cause)

Create a SQSConnectorException

Parameters
message The human-readable message
cause The underlying exception