org.broadleafcommerce.common.file
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:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
FileServiceException
public FileServiceException()
FileServiceException
public FileServiceException(String message,
Throwable cause)
FileServiceException
public FileServiceException(String message)
FileServiceException
public FileServiceException(Throwable cause)
Copyright © 2013. All Rights Reserved.