Class OutdatedProjectModelException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- jetbrains.buildServer.serverSide.impl.projects.OutdatedProjectModelException
-
- All Implemented Interfaces:
Serializable
public class OutdatedProjectModelException extends RuntimeException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description OutdatedProjectModelException(Map<ProjectEx,Collection<UpdatedEntity>> changes)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<ProjectEx,Collection<UpdatedEntity>>
getChanges()
String
getMessage()
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
OutdatedProjectModelException
public OutdatedProjectModelException(@NotNull Map<ProjectEx,Collection<UpdatedEntity>> changes)
-
-
Method Detail
-
getChanges
@NotNull public Map<ProjectEx,Collection<UpdatedEntity>> getChanges()
-
getMessage
public String getMessage()
- Overrides:
getMessage
in classThrowable
-
-