Name

NoSuchPaddingException

Synopsis

Signals that no implementation of the requested padding scheme can be found.

javax.crypto.NoSuchPaddingException

Figure 17-7. javax.crypto.NoSuchPaddingException

public class NoSuchPaddingException extends java.security.GeneralSecurityException {
// Public Constructors
     public NoSuchPaddingException( );  
     public NoSuchPaddingException(String msg);  
}

Thrown By

Cipher.getInstance( ), CipherSpi.engineSetPadding( )

Get Java in a Nutshell, 5th Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.