Class ZipFilesNameNotAllowedException

All Implemented Interfaces:
Serializable

public class ZipFilesNameNotAllowedException extends ContentAddressableStorageException
Thrown when there is an not allowed file or folder name in the zip
See Also:
  • Constructor Details

    • ZipFilesNameNotAllowedException

      public ZipFilesNameNotAllowedException(String message)
      Constructor
      Parameters:
      message - as String message to associate with the exception
    • ZipFilesNameNotAllowedException

      public ZipFilesNameNotAllowedException(Throwable cause)
      Constructor
      Parameters:
      cause - as String to associate with the exception
    • ZipFilesNameNotAllowedException

      public ZipFilesNameNotAllowedException(String message, Throwable cause)
      Constructor
      Parameters:
      message - : message to associate with the exception
      cause - : cause to associate with the exception