java.security
Class InvalidParameterException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalArgumentException
java.security.InvalidParameterException
- All Implemented Interfaces:
- Serializable
public class InvalidParameterException
- extends IllegalArgumentException
Thrown when an invalid parameter is passed to a method of the JCA/JCE
engine classes.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
InvalidParameterException
public InvalidParameterException()
- Construct an exception with no message.
InvalidParameterException
public InvalidParameterException(String msg)
- Construct an exception with a message.
- Parameters:
msg
- the message