mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-14 04:03:47 +00:00
Deprecate this, start using javax.crypto.BadPaddingException instead.
This commit is contained in:
parent
ad556c8a45
commit
035d09e748
@ -32,6 +32,9 @@
|
||||
*/
|
||||
package org.mozilla.jss.crypto;
|
||||
|
||||
/**
|
||||
* @deprecated Use javax.crypto.BadPaddingException.
|
||||
*/
|
||||
public class BadPaddingException extends Exception {
|
||||
public BadPaddingException() {
|
||||
super();
|
||||
|
Loading…
x
Reference in New Issue
Block a user