Class FileNameTooLongException

All Implemented Interfaces:
Serializable

public class FileNameTooLongException extends FileSystemException
Indicates that an operation failed, as it would result in a ciphertext path that is too long for the underlying file system.
Since:
2.0.0
See Also:
  • Constructor Details

    • FileNameTooLongException

      public FileNameTooLongException(String path, int maxNameLength)