Package java.security

Class InvalidParameterException

All Implemented Interfaces:
Serializable

public class InvalidParameterException
extends IllegalArgumentException
InvalidParameterException indicates exceptional conditions, caused by invalid parameters.
See Also:
Serialized Form
  • Constructor Details

    • InvalidParameterException

      public InvalidParameterException​(String msg)
      Constructs a new instance of InvalidParameterException with the given message.
      Parameters:
      msg - the detail message for this exception.
    • InvalidParameterException

      public InvalidParameterException()
      Constructs a new instance of InvalidParameterException.