Package javapns.communication.exceptions

Communication-related exceptions thrown by the JavaPNS library.

See:
          Description

Exception Summary
CommunicationException General exception indicating that the library experienced some problem related to communication (sockets, SSL, etc.) with APNS servers.
InvalidCertificateChainException Specific exception indicating that the library was not able to connect to APNS servers, most likely because the certificate chain contained in the keystore you provided is invalid.
InvalidKeystoreFormatException Specific exception indicating that the library was not able to connect to APNS servers, most likely because the keystore you provided might not be in the required format.
InvalidKeystorePasswordException Specific exception indicating that the library was not able to connect to APNS servers, most likely because the keystore password you provided does not match your keystore.
InvalidKeystoreReferenceException Specific exception indicating that the library was not able to locate a viable keystore based on the keystore parameter you provided.
KeystoreException General exception indicating that the library experienced some problem related to your keystore, usually when attempting to read and load it.
 

Package javapns.communication.exceptions Description

Communication-related exceptions thrown by the JavaPNS library.