com.notnoop.exceptions
Class InvalidSSLConfig

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.notnoop.exceptions.ApnsException
                  extended by 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:

  1. KeyStoreException
  2. NoSuchAlgorithmException
  3. CertificateException
  4. IOException
  5. UnrecoverableKeyException
  6. KeyManagementException

See Also:
Serialized Form

Constructor Summary
InvalidSSLConfig()
           
InvalidSSLConfig(String message)
           
InvalidSSLConfig(String m, Throwable c)
           
InvalidSSLConfig(Throwable cause)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, 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

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.