Class GitCliException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
org.craftercms.studio.api.v2.exception.git.cli.GitCliException
- All Implemented Interfaces:
Serializable
Root exception for the Git CLI.
- Since:
- 3.1.23
- Author:
- Alfonso Vasquez
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionGitCliException
(String msg) GitCliException
(String msg, Throwable throwable) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
GitCliException
-
GitCliException
-