Class 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 Detail

      • LogInitializationException

        public LogInitializationException​(@NotNull
                                          String message,
                                          @NotNull
                                          File logsDirectory)