javapns.notification.exceptions
Class PayloadAlertAlreadyExistsException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.json.JSONException
javapns.notification.exceptions.PayloadAlertAlreadyExistsException
- All Implemented Interfaces:
- Serializable
public class PayloadAlertAlreadyExistsException
- extends JSONException
Thrown when a payload exceeds the maximum size allowed.
- Author:
- Sylvain Pedneault
- See Also:
- Serialized Form
PayloadAlertAlreadyExistsException
public PayloadAlertAlreadyExistsException()
- Default constructor
PayloadAlertAlreadyExistsException
public PayloadAlertAlreadyExistsException(String message)
- Constructor with custom message
- Parameters:
message -
Copyright © 2016. All Rights Reserved.