Class UnsupportedSigningFormatException

  • All Implemented Interfaces:
    Serializable

    public class UnsupportedSigningFormatException
    extends GitAPIException
    Exception thrown when the configured gpg.format is not supported.
    Since:
    5.3
    See Also:
    Serialized Form
    • Constructor Detail

      • UnsupportedSigningFormatException

        public UnsupportedSigningFormatException​(String message,
                                                 Throwable cause)
        Constructor for UnsupportedGpgFormatException
        Parameters:
        message - error message
        cause - a Throwable
      • UnsupportedSigningFormatException

        public UnsupportedSigningFormatException​(String message)
        Constructor for UnsupportedGpgFormatException
        Parameters:
        message - error message