Class BuildIndexException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- jetbrains.buildServer.serverSide.build.index.BuildIndexException
-
- All Implemented Interfaces:
Serializable
public class BuildIndexException extends RuntimeException
This exception indicates that build index is corrupted and should be re-created.- Author:
- Evgeniy.Koshkin
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description BuildIndexException()
BuildIndexException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
BuildIndexException
public BuildIndexException()
-
BuildIndexException
public BuildIndexException(Throwable cause)
-
-