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