Class ImageOperationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.broadleafcommerce.asset.service.image.ImageOperationException
- All Implemented Interfaces:
Serializable
Exception indicating an error occurred while attempting to perform an image operation on a
resource.
- Author:
- Nathan Moore (nathandmoore)
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionImageOperationException
(String message) ImageOperationException
(String message, Throwable cause) ImageOperationException
(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace) ImageOperationException
(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
-
ImageOperationException
public ImageOperationException() -
ImageOperationException
-
ImageOperationException
-
ImageOperationException
-
ImageOperationException
-