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
This exception is thrown when an invalid parameter is passed to a method.
- 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(String msg)
- Constructs a new instance of this class with its walkback and message
filled in.
- Parameters:
msg - String The detail message for the exception.
InvalidParameterException
public InvalidParameterException()
- Constructs a new instance of this class with its walkback filled in.
Please submit a feedback, bug or feature