|
|||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | ||||||||
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. |
Communication-related exceptions thrown by the JavaPNS library.
|
|||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | ||||||||