Class FileStorageException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.exoplatform.commons.file.services.FileStorageException
All Implemented Interfaces:
Serializable

public class FileStorageException extends Exception
An exception that represents any type of exception persisted File Storage Created by The eXo Platform SAS Author : eXoPlatform exo@exoplatform.com
See Also:
  • Constructor Details

    • FileStorageException

      public FileStorageException(String message)
    • FileStorageException

      public FileStorageException(Throwable cause)
    • FileStorageException

      public FileStorageException(String message, Throwable cause)