Class UnsupportedSigningFormatException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.eclipse.jgit.api.errors.GitAPIException
org.eclipse.jgit.api.errors.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:
  • Field Details

  • Constructor Details

    • 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