javapns.communication.exceptions
Class KeystoreException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by javapns.communication.exceptions.KeystoreException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
InvalidCertificateChainException, InvalidKeystoreFormatException, InvalidKeystorePasswordException, InvalidKeystoreReferenceException

public class KeystoreException
extends Exception

Thrown when we try to contact Apple with an invalid keystore format.

Author:
Sylvain Pedneault
See Also:
Serialized Form

Constructor Summary
KeystoreException(String message)
          Constructor with custom message
KeystoreException(String message, Exception cause)
          Constructor with custom message
 
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

KeystoreException

public KeystoreException(String message)
Constructor with custom message

Parameters:
message -

KeystoreException

public KeystoreException(String message,
                         Exception cause)
Constructor with custom message

Parameters:
message -


Copyright © 2013. All Rights Reserved.