public class KeyStoreException extends Exception
| Constructor and Description |
|---|
KeyStoreException()
Creates a new instance of
KeyStoreException without detail message. |
KeyStoreException(String msg)
Constructs an instance of
KeyStoreException with the specified detail message. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic KeyStoreException()
KeyStoreException without detail message.public KeyStoreException(String msg)
KeyStoreException with the specified detail message.msg - the detail message.Copyright © 2012 code4tv.com. All Rights Reserved.