|
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.Base64Exception
public class Base64Exception
Exception handler for Base64 operation.
| Constructor Summary | |
|---|---|
Base64Exception(java.lang.Exception e)
Constructor for Base64Exception with exception type. |
|
Base64Exception(java.lang.String message)
Constructor for Base64Exception with exception message. |
|
Base64Exception(java.lang.String message,
java.lang.Exception e)
Constructor for Base64Exception 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 Base64Exception(java.lang.String message)
Base64Exception with exception message.
message - error or warning descriptionpublic Base64Exception(java.lang.Exception e)
Base64Exception with exception type.
e - error or warning type
public Base64Exception(java.lang.String message,
java.lang.Exception e)
Base64Exception with exception message and exception type.
message - error or warning messagee - error or warning type
|
XCMS Toolkit | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||