Class InvalidParameterSpecException

All Implemented Interfaces:
Serializable

public class InvalidParameterSpecException
extends GeneralSecurityException
The exception that is thrown when an invalid parameter specification is encountered.
See Also:
Serialized Form
  • Constructor Details

    • InvalidParameterSpecException

      public InvalidParameterSpecException​(String msg)
      Creates a new InvalidParameterSpecException with the specified message.
      Parameters:
      msg - the detail message for this exception.
    • InvalidParameterSpecException

      public InvalidParameterSpecException()
      Creates a new InvalidParameterSpecException.