|
XCMS Toolkit | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.cms.crypto.CryptoException
public class CryptoException
Exception handler for cryptographic operations.
| Constructor Summary | |
|---|---|
CryptoException(java.lang.Exception e)
Constructor for CryptoException with exception type. |
|
CryptoException(java.lang.String message)
Constructor for CryptoException with exception message. |
|
CryptoException(java.lang.String message,
java.lang.Exception e)
Constructor for CryptoException with exception message and exception type |
|
| 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 CryptoException(java.lang.String message)
CryptoException with exception message.
message - error or warning descriptionpublic CryptoException(java.lang.Exception e)
CryptoException with exception type.
e - error or warning exception type
public CryptoException(java.lang.String message,
java.lang.Exception e)
CryptoException with exception message and exception type
message - error or warning descriptione - error or warning exception type
|
XCMS Toolkit | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||