Package java.security

Class InvalidAlgorithmParameterException

    • Constructor Detail

      • 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.