Class FilizerFileCreationException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalStateException
io.github.monsieurdoceo.filizer.shared.exceptions.FilizerFileCreationException
All Implemented Interfaces:
Serializable

public final class FilizerFileCreationException extends IllegalStateException
Thrown when a file cannot be created.
See Also:
  • Constructor Details

    • FilizerFileCreationException

      public FilizerFileCreationException(AppLogger logger, Path path, String name, Throwable cause)
      Creates a new file-creation exception.
      Parameters:
      logger - the application logger
      path - the file path
      name - the file name
      cause - the original cause