Class NoChangesToCommitException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
org.craftercms.studio.api.v2.exception.git.cli.GitCliOutputException
org.craftercms.studio.api.v2.exception.git.cli.NoChangesToCommitException
- All Implemented Interfaces:
Serializable
Exception thrown when a Git commit is attempted but there's nothing to commit.
- Since:
- 3.1.23
- Author:
- Alfonso Vasquez
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.craftercms.studio.api.v2.exception.git.cli.GitCliOutputException
getExitValue
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
NoChangesToCommitException
-