Package sonia.scm
Class NotUniqueRevisionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
sonia.scm.ExceptionWithContext
sonia.scm.NotUniqueRevisionException
- All Implemented Interfaces:
Serializable
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class sonia.scm.ExceptionWithContext
ExceptionWithContext.AdditionalMessage
-
Constructor Summary
ConstructorsConstructorDescriptionNotUniqueRevisionException
(Class<?> type, String id) NotUniqueRevisionException
(String type, String id) -
Method Summary
Modifier and TypeMethodDescriptiongetCode()
static NotUniqueRevisionException
notUniqueIdentifier
(ContextEntry.ContextBuilder contextBuilder) 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
-
Constructor Details
-
NotUniqueRevisionException
-
NotUniqueRevisionException
-
-
Method Details
-
notUniqueIdentifier
public static NotUniqueRevisionException notUniqueIdentifier(ContextEntry.ContextBuilder contextBuilder) -
getCode
- Specified by:
getCode
in classExceptionWithContext
-