com.intel.crypto
Class NotInitializedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.intel.langutil.IntelRuntimeException
-
- com.intel.crypto.CryptoException
-
- com.intel.crypto.NotInitializedException
-
public class NotInitializedException extends CryptoException
Represents a crypto exception thrown when an object is used before being initialized correctly. For example, if theencrypt
method of a cipher object is called before calling thesetKey
method.
-
-
Constructor Summary
Constructors Constructor and Description NotInitializedException()
NotInitializedException(java.lang.String msg)
-