com.intel.crypto
Class OperationFailedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.intel.langutil.IntelRuntimeException
-
- com.intel.crypto.CryptoException
-
- com.intel.crypto.OperationFailedException
-
public class OperationFailedException extends CryptoException
Represents a crypto exception thrown when the action requested by the user cannot be performed.
-
-
Constructor Summary
Constructors Constructor and Description OperationFailedException()
OperationFailedException(java.lang.String msg)
-