Package javapns.notification.exceptions

Notification-related exceptions thrown by the JavaPNS library.

See:
          Description

Exception Summary
ErrorResponsePacketReceivedException Specific exception indicating that the library received an error-response packet from Apple.
PayloadAlertAlreadyExistsException Specific exception indicating that the library detected an attempt to insert two alert messages or objects into the same payload.
PayloadIsEmptyException Specific exception indicating that you attempted to push a payload that contained no property whatsoever.
PayloadMaxSizeExceededException Specific exception indicating that a payload exceeds the maximum size allowed.
PayloadMaxSizeProbablyExceededException Specific exception indicating that a payload would probably exceed the maximum size allowed if the current property addition were to complete, but thrown only if you explicitely invoked payload.setPayloadSizeEstimatedWhenAdding(true) before calling that add___ method.
 

Package javapns.notification.exceptions Description

Notification-related exceptions thrown by the JavaPNS library.