|
Final | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||
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
This class represents generic exceptions with the keystore.
Constructor Summary | |
---|---|
KeyStoreException()
Constructs a new instance of this class with its walkback filled in. |
|
KeyStoreException(String detailMessage)
Constructs a new instance of this class with its walkback and message filled in. |
|
KeyStoreException(String detailMessage,
Throwable throwable)
Constructs a new instance of this class with its walkback, message and cause filled in. |
|
KeyStoreException(Throwable throwable)
Constructs a new instance of this class with its walkback and cause filled in. |
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()
public KeyStoreException(String detailMessage)
detailMessage
- String
The detail message for the exception.public KeyStoreException(String detailMessage, Throwable throwable)
detailMessage
- String
The detail message for the exception.throwable
- The cause of this Throwablepublic KeyStoreException(Throwable throwable)
throwable
- The cause of this Throwable
|
Final | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |