Uses of Package
javapns.devices.exceptions

Packages that use javapns.devices.exceptions
javapns.devices Classes representing mobile devices. 
javapns.devices.implementations.basic A basic non-persistent implementation for devices. 
javapns.notification Classes for pushing notifications through Apple servers. 
javapns.notification.transmission Specialized classes for transmitting notifications to large number of devices. 
 

Classes in javapns.devices.exceptions used by javapns.devices
DuplicateDeviceException
          Thrown when a Device already exist and we try to add it a second time
NullDeviceTokenException
          Thrown when the given token is null
NullIdException
          Thrown when the given id is null
UnknownDeviceException
          Thrown when we try to retrieve a device that doesn't exist
 

Classes in javapns.devices.exceptions used by javapns.devices.implementations.basic
DuplicateDeviceException
          Thrown when a Device already exist and we try to add it a second time
InvalidDeviceTokenFormatException
          Thrown when a device token cannot be parsed (invalid format).
NullDeviceTokenException
          Thrown when the given token is null
NullIdException
          Thrown when the given id is null
UnknownDeviceException
          Thrown when we try to retrieve a device that doesn't exist
 

Classes in javapns.devices.exceptions used by javapns.notification
DuplicateDeviceException
          Thrown when a Device already exist and we try to add it a second time
InvalidDeviceTokenFormatException
          Thrown when a device token cannot be parsed (invalid format).
NullDeviceTokenException
          Thrown when the given token is null
NullIdException
          Thrown when the given id is null
UnknownDeviceException
          Thrown when we try to retrieve a device that doesn't exist
 

Classes in javapns.devices.exceptions used by javapns.notification.transmission
InvalidDeviceTokenFormatException
          Thrown when a device token cannot be parsed (invalid format).
 



Copyright © 2013. All Rights Reserved.