javapns.communication.exceptions
Class InvalidKeystoreFormatException
java.lang.Object
java.lang.Throwable
java.lang.Exception
javapns.communication.exceptions.KeystoreException
javapns.communication.exceptions.InvalidKeystoreFormatException
- All Implemented Interfaces:
- Serializable
public class InvalidKeystoreFormatException
- extends KeystoreException
Thrown when we try to contact Apple with an invalid keystore format.
- Author:
- Sylvain Pedneault
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
InvalidKeystoreFormatException
public InvalidKeystoreFormatException()
- Constructor
InvalidKeystoreFormatException
public InvalidKeystoreFormatException(String message)
- Constructor with custom message
- Parameters:
message -
Copyright © 2016. All Rights Reserved.