Module java.base
Package javax.crypto

Class BadPaddingException

    • Constructor Detail

      • BadPaddingException

        public BadPaddingException()
        Constructs a BadPaddingException with no detail message. A detail message is a String that describes this particular exception.
      • BadPaddingException

        public BadPaddingException​(String msg)
        Constructs a BadPaddingException with the specified detail message.
        Parameters:
        msg - the detail message.