xjava.security
public class WeakKeyException extends KeyException
| Constructor Summary | |
|---|---|
| WeakKeyException()
Constructs a WeakKeyException without any detail message. | |
| WeakKeyException(String msg)
Constructs a WeakKeyException with the specified
detail message. | |
Parameters: msg the detail message.