Deprecate this, start using javax.crypto.BadPaddingException instead.

This commit is contained in:
nicolson%netscape.com 2002-10-04 21:04:37 +00:00
parent ad556c8a45
commit 035d09e748

View File

@ -32,6 +32,9 @@
*/
package org.mozilla.jss.crypto;
/**
* @deprecated Use javax.crypto.BadPaddingException.
*/
public class BadPaddingException extends Exception {
public BadPaddingException() {
super();