Package javax.crypto

Class BadPaddingException

    • Constructor Detail

      • BadPaddingException

        public BadPaddingException​(String msg)
        Creates a new instance of BadPaddingException with a message.
        Parameters:
        msg - the message
      • BadPaddingException

        public BadPaddingException()
        Creates a new instance of BadPaddingException with no message.