Module java.base
Package javax.crypto

Class NoSuchPaddingException

java.lang.Object
All Implemented Interfaces:
Serializable

public class NoSuchPaddingException extends GeneralSecurityException
This exception is thrown when a particular padding mechanism is requested but is not available in the environment.
Since:
1.4
See Also: