Package org.eclipse.jgit.api.errors
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
Exception thrown when the configured gpg.format is not supported.
- Since:
- 5.3
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionUnsupportedSigningFormatException
(String message) Constructor for UnsupportedGpgFormatExceptionUnsupportedSigningFormatException
(String message, Throwable cause) Constructor for UnsupportedGpgFormatException -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
-
Constructor Details
-
UnsupportedSigningFormatException
Constructor for UnsupportedGpgFormatException- Parameters:
message
- error messagecause
- aThrowable
-
UnsupportedSigningFormatException
Constructor for UnsupportedGpgFormatException- Parameters:
message
- error message
-