Package io.datarouter.aws.sqs
Class SqsDataTooLargeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.datarouter.model.exception.DataAccessException
io.datarouter.aws.sqs.SqsDataTooLargeException
- All Implemented Interfaces:
java.io.Serializable
public class SqsDataTooLargeException
extends io.datarouter.model.exception.DataAccessException
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description SqsDataTooLargeException(java.util.List<java.lang.String> rejectedDatabeans) -
Method Summary
Modifier and Type Method Description java.util.Collection<java.lang.String>getRejectedDatabeans()
-
Constructor Details
-
SqsDataTooLargeException
public SqsDataTooLargeException(java.util.List<java.lang.String> rejectedDatabeans)
-
-
Method Details
-
getRejectedDatabeans
public java.util.Collection<java.lang.String> getRejectedDatabeans()
-