com.intel.crypto
Class CryptoException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.intel.langutil.IntelRuntimeException
-
- com.intel.crypto.CryptoException
-
- Direct Known Subclasses:
- ComputationException, IllegalParameterException, IllegalUseException, NotInitializedException, NotReadyException, NotSupportedException, OperationFailedException, OutOfResourcesException
public class CryptoException extends IntelRuntimeException
Represents a general crypto exception. All specific crypto exceptions must extend this base class.
-
-
Constructor Summary
Constructors Constructor and Description CryptoException()
CryptoException(java.lang.String msg)
-