|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
edu.vt.middleware.crypt.CryptException
public final class CryptException
CryptException encapsulates the many exceptions that can
occur when working with the crypt libs.
| Constructor Summary | |
|---|---|
CryptException()
This creates a new CryptException. |
|
CryptException(String msg)
This creates a new CryptException with the supplied
message. |
|
CryptException(String msg,
Throwable cause)
This creates a new CryptException with the supplied message
and cause. |
|
CryptException(Throwable cause)
This creates a new CryptException with the supplied 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 CryptException()
This creates a new CryptException.
public CryptException(String msg)
This creates a new CryptException with the supplied
message.
msg - Stringpublic CryptException(Throwable cause)
This creates a new CryptException with the supplied cause.
cause - Exception
public CryptException(String msg,
Throwable cause)
This creates a new CryptException with the supplied message
and cause.
msg - Stringcause - Throwable
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||