|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
totalcross.lang.Objecttotalcross.lang.Throwable
totalcross.lang.Exception
totalcross.crypto.CryptoException
public class CryptoException
Thrown when something wrong occurs at the cryptographic algorithms.
If you get a totalcross.crypto.CryptoException: Illegal key size, you must
download the strong cryptography files from here AFTER
understanding that you are elligible to do so as stated in here
(search for 'Unlimited Strength Java Cryptography Extension' - installation instructions are inside that topic).
| Constructor Summary | |
|---|---|
CryptoException()
Constructs an empty Exception. |
|
CryptoException(String msg)
Constructs an exception with the given message. |
|
| Method Summary |
|---|
| Methods inherited from class totalcross.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class totalcross.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public CryptoException()
public CryptoException(String msg)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||