NoSuchPaddingExceptionpublic class NoSuchPaddingException extends GeneralSecurityException The exception that is thrown when the requested padding mechanism is not
supported. |
Fields Summary |
---|
private static final long | serialVersionUID |
Constructors Summary |
---|
public NoSuchPaddingException(String msg)Creates a new {@code NoSuchPaddingException} with the specified
message.
super(msg);
| public NoSuchPaddingException()Creates a new {@code NoSuchPaddingException}.
|
|