com.intel.crypto
Class NotSupportedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.intel.langutil.IntelRuntimeException
-
- com.intel.crypto.CryptoException
-
- com.intel.crypto.NotSupportedException
-
public class NotSupportedException extends CryptoException
Represents a crypto exception thrown when a method or the provided parameters are not supported by an instance, or when the user tries to create an instance of an unsupported algorithm.
-
-
Constructor Summary
Constructors Constructor and Description NotSupportedException()
NotSupportedException(java.lang.String msg)
-