Class ImageConvertServiceException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
TesseractNotSetException

public class ImageConvertServiceException extends BaseApplicationException
Convert image exception
Author:
Fernando Romulo da Silva
See Also:
  • Constructor Details

    • ImageConvertServiceException

      public ImageConvertServiceException(String message, Object... params)
      Constructs a new ImageConvertServiceException exception with the specified detail message.
      Parameters:
      msg - The detail message
      params - The parameters used on message
    • ImageConvertServiceException

      public ImageConvertServiceException(String message, Throwable cause, Object... params)
      Constructs a new runtime exception with the specified detail message and cause.
      Parameters:
      msg - The detail message
      ex - The cause
      params - The parameters used on message