PayloadSizeExceededException Class
- java.
lang. Object - java.
lang. Throwable - java.
lang. Exception - com.
microsoft. azure. eventhubs. EventHubException - com.
microsoft. azure. eventhubs. PayloadSizeExceededException
- com.
- com.
- java.
- java.
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
| Constructor | Description | |
|---|---|---|
| PayloadSizeExceededException(String message) | ||
| PayloadSizeExceededException(String message, Throwable cause) | ||
Methods inherited from EventHubException
Methods inherited from java.lang.Object
Methods inherited from java.lang.Throwable
Constructor Details
PayloadSizeExceededException
public PayloadSizeExceededException(String message)
Parameters:
PayloadSizeExceededException
public PayloadSizeExceededException(String message, Throwable cause)
Parameters: