com.intel.crypto
Class IllegalUseException
java.lang.Objectjava.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 | |
---|---|
IllegalUseException()
|
|
IllegalUseException(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 |
---|
IllegalUseException
public IllegalUseException()
IllegalUseException
public IllegalUseException(java.lang.String msg)