Package sonia.scm
Class BadRequestException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
sonia.scm.ExceptionWithContext
sonia.scm.BadRequestException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ChangeNamespaceNotAllowedException,ChangePasswordNotAllowedException,FastForwardNotPossible,FeatureNotSupportedException,IllegalIdentifierChangeException,InvalidPasswordException,MergeStrategyNotSupportedException,MultipleParentsNotAllowedException,NoChangesMadeException,NoCommonHistoryException,NoParentException,NotPublicKeyException,QueryParseException
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class sonia.scm.ExceptionWithContext
ExceptionWithContext.AdditionalMessage -
Constructor Summary
ConstructorsConstructorDescriptionBadRequestException(List<ContextEntry> context, String message) BadRequestException(List<ContextEntry> context, String message, Exception cause) -
Method Summary
Methods inherited from class sonia.scm.ExceptionWithContext
getAdditionalMessages, getCode, getContext, getUrlMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
BadRequestException
-
BadRequestException
-