totalcross.crypto
Class CryptoException

totalcross.lang.Object
  extended by totalcross.lang.Throwable
      extended by totalcross.lang.Exception
          extended by totalcross.crypto.CryptoException
All Implemented Interfaces:
java.io.Serializable

public class CryptoException
extends totalcross.lang.Exception

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).

See Also:
Serialized Form

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

CryptoException

public CryptoException()
Constructs an empty Exception.


CryptoException

public CryptoException(String msg)
Constructs an exception with the given message.