java.security
public class ProviderException extends RuntimeException
UNKNOWN: updated to 1.4
| Constructor Summary | |
|---|---|
| ProviderException()
Create an instance with no descriptive error message. | |
| ProviderException(String msg)
Create an instance with a descriptive error message.
| |
| ProviderException(String s, Throwable cause)
Create a new instance with a descriptive error message and
a cause. | |
| ProviderException(Throwable cause)
Create a new instance with a cause. | |
Parameters: msg the descriptive error message
Parameters: s the descriptive error message cause the cause
Since: 1.5
Parameters: cause the cause
Since: 1.5