Example usage for Java java.security ProviderException fields, constructors, methods, implement or subclass
The text is from its open source code.
ProviderException(String s) Constructs a ProviderException with the specified detail message. | |
ProviderException(Throwable cause) Creates a ProviderException with the specified cause and a detail message of (cause==null ? |
String | getMessage() Returns the detail message string of this throwable. |