com.intel.crypto
Class IllegalUseException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.intel.langutil.IntelRuntimeException
-
- com.intel.crypto.CryptoException
-
- com.intel.crypto.IllegalUseException
-
public class IllegalUseException extends CryptoException
Represents a crypto exception thrown when the flow of several operations created by the user is illegal.
-
-
Constructor Summary
Constructors Constructor and Description IllegalUseException()
IllegalUseException(java.lang.String msg)
-