|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.security.GeneralSecurityException
java.security.DigestException
public class DigestException
This exception indicates that a generic message digest exception has occurred.
| Constructor Summary | |
|---|---|
DigestException()
Create a new instance with no descriptive message. |
|
DigestException(String msg)
Create a new instance with a descriptive error message. |
|
DigestException(String s,
Throwable cause)
Create a new instance with a descriptive error message and a cause. |
|
DigestException(Throwable cause)
Create a new instance with a cause. |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public DigestException()
public DigestException(String msg)
msg - the descriptive message
public DigestException(String s,
Throwable cause)
s - the descriptive error messagecause - the causepublic DigestException(Throwable cause)
cause - the cause
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||