javapns.notification.exceptions
Class PayloadAlertAlreadyExistsException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.json.JSONException
              extended by 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

Constructor Summary
PayloadAlertAlreadyExistsException()
          Default constructor
PayloadAlertAlreadyExistsException(String message)
          Constructor with custom message
 
Method Summary
 
Methods inherited from class org.json.JSONException
getCause
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PayloadAlertAlreadyExistsException

public PayloadAlertAlreadyExistsException()
Default constructor


PayloadAlertAlreadyExistsException

public PayloadAlertAlreadyExistsException(String message)
Constructor with custom message

Parameters:
message -


Copyright © 2013. All Rights Reserved.