Package Summary  Overview Summary

class:BadPaddingException [NONE]

constructor:<init>() [NONE]

  • BadPaddingException

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

constructor:<init>(java.lang.String) [NONE]

  • BadPaddingException

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

© 2018 Oracle Corporation and/or its affiliates