Class PayloadSizeExceededException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.microsoft.azure.servicebus.primitives.ServiceBusException
-
- com.microsoft.azure.servicebus.primitives.PayloadSizeExceededException
-
- All Implemented Interfaces:
Serializable
public class PayloadSizeExceededException extends ServiceBusException
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.- Since:
- 1.0
- See Also:
- http://go.microsoft.com/fwlink/?LinkId=761101, Serialized Form
-
-
Method Summary
-
Methods inherited from class com.microsoft.azure.servicebus.primitives.ServiceBusException
getContext, getIsTransient, getMessage
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-