Class FileServiceException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.broadleafcommerce.common.file.FileServiceException
All Implemented Interfaces:
Serializable

public class FileServiceException extends RuntimeException
Marker exception that just extends RuntimeException to be used by the BroadleafFileService
Author:
bpolster
See Also:
  • Constructor Details

    • FileServiceException

      public FileServiceException()
    • FileServiceException

      public FileServiceException(String message, Throwable cause)
    • FileServiceException

      public FileServiceException(String message)
    • FileServiceException

      public FileServiceException(Throwable cause)