public class KeyStoreException extends Exception
Constructor and Description |
---|
KeyStoreException(String message)
Constructs a new KeyStoreException with the specified message.
|
KeyStoreException(String message,
Throwable cause)
Constructs a new KeyStoreException with the specified message.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public KeyStoreException(String message)
message
- Error messageCopyright © 2018 WSO2. All rights reserved.