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.storage.exception.DataTooLargeException
io.datarouter.aws.sqs.SqsDataTooLargeException
- All Implemented Interfaces:
Serializable
public class SqsDataTooLargeException
extends io.datarouter.storage.exception.DataTooLargeException
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description SqsDataTooLargeException(List<String> rejectedDatabeans) -
Method Summary
Methods inherited from class io.datarouter.storage.exception.DataTooLargeException
getRejectedDatabeansMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
SqsDataTooLargeException
-