Package sonia.scm.repository.spi
Class IntegrateChangesFromWorkdirException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
sonia.scm.ExceptionWithContext
sonia.scm.repository.spi.IntegrateChangesFromWorkdirException
- All Implemented Interfaces:
Serializable
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
Nested classes/interfaces inherited from class sonia.scm.ExceptionWithContext
ExceptionWithContext.AdditionalMessage
-
Method Summary
Modifier and TypeMethodDescriptionforMessage
(Repository repository, String message) getCode()
withPattern
(Pattern pattern) Methods inherited from class sonia.scm.ExceptionWithContext
getAdditionalMessages, getContext, getUrl
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Method Details
-
withPattern
-
forMessage
public static IntegrateChangesFromWorkdirException forMessage(Repository repository, String message) -
getCode
- Specified by:
getCode
in classExceptionWithContext
-