Package javax.crypto

Class NoSuchPaddingException

    • Constructor Detail

      • NoSuchPaddingException

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

        public NoSuchPaddingException()
        Creates a new NoSuchPaddingException.