com.notnoop.exceptions
Class InvalidSSLConfig
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.notnoop.exceptions.ApnsException
com.notnoop.exceptions.InvalidSSLConfig
- All Implemented Interfaces:
- Serializable
public class InvalidSSLConfig
- extends ApnsException
Signals that the the provided SSL context settings (e.g.
keystore path, password, encryption type, etc) are invalid
This Exception can be caused by any of the following:
KeyStoreException
NoSuchAlgorithmException
CertificateException
IOException
UnrecoverableKeyException
KeyManagementException
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
InvalidSSLConfig
public InvalidSSLConfig()
InvalidSSLConfig
public InvalidSSLConfig(String message)
InvalidSSLConfig
public InvalidSSLConfig(Throwable cause)
InvalidSSLConfig
public InvalidSSLConfig(String m,
Throwable c)
Copyright © 2013. All Rights Reserved.