com.intel.util
Class NotSupportedException
This API is supported only on Intel SECx.x platforms- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.intel.langutil.IntelRuntimeException
-
- com.intel.util.UtilException
-
- com.intel.util.NotSupportedException
-
public class NotSupportedException extends UtilException
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)
-