com.intel.crypto
Class CryptoException
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.intel.langutil.IntelRuntimeException
com.intel.crypto.CryptoException
- Direct Known Subclasses:
- ComputationException, IllegalParameterException, IllegalUseException, NotInitializedException, NotSupportedException, OutOfResourcesException
public class CryptoException
- extends IntelRuntimeException
Represents a general crypto exception. All specific crypto exceptions must extend this base class.
Constructor Summary | |
---|---|
CryptoException()
|
|
CryptoException(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 |
---|
CryptoException
public CryptoException()
CryptoException
public CryptoException(java.lang.String msg)