com.intel.crypto
Class ComputationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.intel.langutil.IntelRuntimeException
-
- com.intel.crypto.CryptoException
-
- com.intel.crypto.ComputationException
-
public class ComputationException extends CryptoException
Represents a crypto exception thrown when a method fails because the provided parameters are malformatted, or any other computation error in the crypto engine.
-
-
Constructor Summary
Constructors Constructor and Description ComputationException()
ComputationException(java.lang.String msg)
-