Package com.microsoft.azure.eventhubs
Class PayloadSizeExceededException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.microsoft.azure.eventhubs.EventHubException
-
- com.microsoft.azure.eventhubs.PayloadSizeExceededException
-
- All Implemented Interfaces:
Serializable
public class PayloadSizeExceededException extends EventHubException
this exception is thrown when user attempts to send a event data or brokered message that has exceeded the allowed payload size as defined by the service. Note that in a batch send scenario the limit can include possible batch overhead.
-
-
Constructor Summary
Constructors Constructor Description PayloadSizeExceededException(String message)
PayloadSizeExceededException(String message, Throwable cause)
-
Method Summary
-
Methods inherited from class com.microsoft.azure.eventhubs.EventHubException
getContext, getIsTransient, getMessage, setContext
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-