Class ImageOperationException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.broadleafcommerce.asset.service.image.ImageOperationException
All Implemented Interfaces:
Serializable

public class ImageOperationException extends RuntimeException
Exception indicating an error occurred while attempting to perform an image operation on a resource.
Author:
Nathan Moore (nathandmoore)
See Also:
  • Constructor Details

    • ImageOperationException

      public ImageOperationException()
    • ImageOperationException

      public ImageOperationException(String message)
    • ImageOperationException

      public ImageOperationException(String message, Throwable cause)
    • ImageOperationException

      public ImageOperationException(Throwable cause)
    • ImageOperationException

      public ImageOperationException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)