Class FileServiceException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.broadleafcommerce.common.file.FileServiceException
- All Implemented Interfaces:
Serializable
Marker exception that just extends RuntimeException to be used by the
BroadleafFileService
- Author:
- bpolster
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionFileServiceException
(String message) FileServiceException
(String message, Throwable cause) FileServiceException
(Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
FileServiceException
public FileServiceException() -
FileServiceException
-
FileServiceException
-
FileServiceException
-