Class VersionedSettingsException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- jetbrains.buildServer.serverSide.impl.projects.ConfigGenerationException
-
- jetbrains.buildServer.serverSide.impl.versionedSettings.VersionedSettingsException
-
- All Implemented Interfaces:
Serializable
public class VersionedSettingsException extends ConfigGenerationException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description VersionedSettingsException(String message)VersionedSettingsException(String message, Throwable cause, List<VersionedSettingsError> errors)VersionedSettingsException(String message, List<VersionedSettingsError> errors)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddStacktraceLine(String line)List<VersionedSettingsError>getErrors()List<String>getStacktraceLines()StringtoString()-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
-
-
-
Constructor Detail
-
VersionedSettingsException
public VersionedSettingsException(String message, Throwable cause, @NotNull List<VersionedSettingsError> errors)
-
VersionedSettingsException
public VersionedSettingsException(String message, @NotNull List<VersionedSettingsError> errors)
-
VersionedSettingsException
public VersionedSettingsException(String message)
-
-