public NoSuchPaddingException(String msg)Constructs a NoSuchPaddingException with the specified
detail message. A detail message is a String that describes
this particular exception, which may, for example, specify which
algorithm is not available.
super(msg);
|