No examples for this method. 
     
 
     
      Frequently called with: [Clear]  
     
 
      
    
 
     
     
     -1 
    
 
     
     
   | java.lang.Object | ||||
| ↳ | java.lang.Throwable | |||
| ↳ | java.lang.Exception | |||
| ↳ | java.security.GeneralSecurityException | |||
| ↳ | java.security.DigestException | |||
DigestException is a general message digest exception. 
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|  | 
           Constructs a new instance of 
            DigestExceptionwith the given message. | ||||||||||
|  | 
           Constructs a new instance of 
            DigestException. | ||||||||||
|  | 
           Constructs a new instance of 
            DigestExceptionwith the given message and the cause. | ||||||||||
|  | 
           Constructs a new instance of 
            DigestExceptionwith the cause. | ||||||||||
| [Expand] 
           Inherited Methods
           | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|  From class java.lang.Throwable | |||||||||||
|  From class java.lang.Object | |||||||||||
Constructs a new instance of DigestException with the given message.
| msg | the detail message for this exception. | 
|---|
Constructs a new instance of DigestException with the given message and the cause.
| message | the detail message for this exception. | 
|---|---|
| cause | the exception which is the cause for this exception. | 
Constructs a new instance of DigestException with the cause.
| cause | the exception which is the cause for this exception. | 
|---|