Package javax.crypto

Class NoSuchPaddingException

All Implemented Interfaces:
Serializable

public class NoSuchPaddingException
extends GeneralSecurityException
The exception that is thrown when the requested padding mechanism is not supported.
See Also:
Serialized Form
  • Constructor Details

    • NoSuchPaddingException

      public NoSuchPaddingException​(String msg)
      Creates a new NoSuchPaddingException with the specified message.
      Parameters:
      msg - the message.
    • NoSuchPaddingException

      public NoSuchPaddingException()
      Creates a new NoSuchPaddingException.