Class DataDirectoryException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- jetbrains.buildServer.maintenance.exceptions.ServerStartupError
-
- jetbrains.buildServer.maintenance.exceptions.KnownRecoverableError
-
- jetbrains.buildServer.maintenance.exceptions.DataDirectoryException
-
- All Implemented Interfaces:
Serializable
,KnownStartupError
public class DataDirectoryException extends KnownRecoverableError
Thrown when a problem with the data directory is detected.- Author:
- Leonid Bushuev from JetBrains
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DataDirectoryException(String message)
DataDirectoryException(String message, Throwable cause)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
recover(StartupContext startupContext)
Tries to recover.-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Method Detail
-
recover
public boolean recover(StartupContext startupContext)
Description copied from class:KnownRecoverableError
Tries to recover. Returns true if recovered, false otherwise.- Specified by:
recover
in classKnownRecoverableError
-
-