No examples for this method. 
     
 
     
      Frequently called with: [Clear]  
     
 
      
    
 
     
     
     -1 
    
 
     
     
   | java.lang.Object | ||||
| ↳ | java.lang.Throwable | |||
| ↳ | java.lang.Exception | |||
| ↳ | java.security.GeneralSecurityException | |||
| ↳ | javax.crypto.BadPaddingException | |||
The exception that is thrown when a padding mechanism is expected for the input data, but the input data does not have the proper padding bytes.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|  | 
           Creates a new instance of 
            BadPaddingExceptionwith a message. | ||||||||||
|  | 
           Creates a new instance of 
            BadPaddingExceptionwith no message. | ||||||||||
| [Expand] 
           Inherited Methods
           | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|  From class java.lang.Throwable | |||||||||||
|  From class java.lang.Object | |||||||||||
Creates a new instance of BadPaddingException with a message.
| msg | the message | 
|---|
Creates a new instance of BadPaddingException with no message.