|
Android 2.3 Gingerbread | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.security.GeneralSecurityException
java.security.KeyStoreException
public class KeyStoreException
KeyStoreException is a general KeyStore exception.
KeyStore,
Serialized Form| Constructor Summary | |
|---|---|
KeyStoreException()
Constructs a new instance of KeyStoreException. |
|
KeyStoreException(String msg)
Constructs a new instance of KeyStoreException with the
given message. |
|
KeyStoreException(String message,
Throwable cause)
Constructs a new instance of KeyStoreException with the
given message and the cause. |
|
KeyStoreException(Throwable cause)
Constructs a new instance of KeyStoreException with the
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 |
|---|
public KeyStoreException(String msg)
KeyStoreException with the
given message.
msg - the detail message for this exception.public KeyStoreException()
KeyStoreException.
public KeyStoreException(String message,
Throwable cause)
KeyStoreException with the
given message and the cause.
message - the detail message for this exception.cause - the exception which is the cause for this exception.public KeyStoreException(Throwable cause)
KeyStoreException with the
cause.
cause - the exception which is the cause for this exception.
|
Android 2.3 Gingerbread | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||