Package 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
InvalidParameterExceptionindicates exceptional conditions, caused by invalid parameters.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InvalidParameterException()Constructs a new instance ofInvalidParameterException.InvalidParameterException(String msg)Constructs a new instance ofInvalidParameterExceptionwith the given message.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
InvalidParameterException
public InvalidParameterException(String msg)
Constructs a new instance ofInvalidParameterExceptionwith the given message.- Parameters:
msg- the detail message for this exception.
-
InvalidParameterException
public InvalidParameterException()
Constructs a new instance ofInvalidParameterException.
-
-