Class UnsupportedKeyToolRequestException

  • All Implemented Interfaces:
    Serializable

    public class UnsupportedKeyToolRequestException
    extends org.apache.maven.shared.utils.cli.javatool.JavaToolException
    Signals that a request can not be consumed by the underlined keytool implementation.
    Since:
    1.3
    Author:
    tchemit
    See Also:
    Serialized Form
    • Constructor Detail

      • UnsupportedKeyToolRequestException

        public UnsupportedKeyToolRequestException​(String message,
                                                  Throwable cause)

        Constructor for UnsupportedKeyToolRequestException.

        Parameters:
        message - a String object
        cause - a Throwable object
      • UnsupportedKeyToolRequestException

        public UnsupportedKeyToolRequestException​(String message)

        Constructor for UnsupportedKeyToolRequestException.

        Parameters:
        message - a String object