Package java.security

Class InvalidAlgorithmParameterException

All Implemented Interfaces:
Serializable

public class InvalidAlgorithmParameterException
extends GeneralSecurityException
InvalidAlgorithmParameterException indicates the occurrence of invalid algorithm parameters.
See Also:
Serialized Form
  • Constructor Details

    • InvalidAlgorithmParameterException

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

      public InvalidAlgorithmParameterException()
      Constructs a new instance of InvalidAlgorithmParameterException.
    • InvalidAlgorithmParameterException

      public InvalidAlgorithmParameterException​(String message, Throwable cause)
      Constructs a new instance of InvalidAlgorithmParameterException with the given message and the cause.
      Parameters:
      message - the detail message for this exception.
      cause - the exception which is the cause for this exception.
    • InvalidAlgorithmParameterException

      public InvalidAlgorithmParameterException​(Throwable cause)
      Constructs a new instance of InvalidAlgorithmParameterException with the cause.
      Parameters:
      cause - the exception which is the cause for this exception.