Package jetbrains.buildServer.log
Class LogInitializationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- jetbrains.buildServer.log.LogInitializationException
-
- All Implemented Interfaces:
Serializable
public final class LogInitializationException extends Exception
Determines that the server could not write into the log directory.- Author:
- Leonid Bushuev from JetBrains
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description LogInitializationException(String message, File logsDirectory)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<File>
getCheckedDirs()
String
toString()
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
-