|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
javapns.communication.exceptions.KeystoreException
javapns.communication.exceptions.InvalidKeystoreReferenceException
public class InvalidKeystoreReferenceException
Thrown when we try to contact Apple with an invalid keystore format.
| Constructor Summary | |
|---|---|
InvalidKeystoreReferenceException()
Constructor |
|
InvalidKeystoreReferenceException(Object keystore)
Constructor with custom message |
|
InvalidKeystoreReferenceException(String message)
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 |
|---|
public InvalidKeystoreReferenceException()
public InvalidKeystoreReferenceException(Object keystore)
keystore - public InvalidKeystoreReferenceException(String message)
message -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||