com.intel.crypto
Class ComputationException
java.lang.Objectjava.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 | |
---|---|
ComputationException()
|
|
ComputationException(java.lang.String msg)
|
Method Summary |
---|
Methods inherited from class java.lang.Throwable |
---|
getMessage, toString |
Methods inherited from class java.lang.Object |
---|
equals, hashCode |
Constructor Detail |
---|
ComputationException
public ComputationException()
ComputationException
public ComputationException(java.lang.String msg)