com.intel.crypto
Class IllegalParameterException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.intel.langutil.IntelRuntimeException
-
- com.intel.crypto.CryptoException
-
- com.intel.crypto.IllegalParameterException
-
public class IllegalParameterException extends CryptoException
Represents a crypto exception thrown when one or more of the input parameters passed to a method are invalid.
-
-
Constructor Summary
Constructors Constructor and Description IllegalParameterException()
IllegalParameterException(java.lang.String msg)
-