Class ScmApiException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- net.videki.semver.cc.release.common.scm.ScmApiException
-
- All Implemented Interfaces:
Serializable
public class ScmApiException extends Exception
Exception type for handling SCM-related exceptions.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ScmApiException(String message, Throwable cause)Constructor to initialize the exception.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-