PayloadSizeExceededException Class

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.

Methods inherited from EventHubException

Methods inherited from java.lang.Object

Methods inherited from java.lang.Throwable

Constructor Details

PayloadSizeExceededException

public PayloadSizeExceededException(String message)

Parameters:

message

PayloadSizeExceededException

public PayloadSizeExceededException(String message, Throwable cause)

Parameters:

message
cause

Applies to