Class ImageEncoderException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
one.jpro.platform.image.manager.encoder.ImageEncoderException
All Implemented Interfaces:
Serializable

public class ImageEncoderException extends RuntimeException
A runtime exception that is thrown when an error occurs during image encoding.
See Also:
  • Constructor Details

    • ImageEncoderException

      public ImageEncoderException(String message)
      Constructs a new image encoder exception with the specified message.
      Parameters:
      message - the exception message.
    • ImageEncoderException

      public ImageEncoderException(String message, Throwable cause)
      Constructs a new image encoder exception with the specified message and cause.
      Parameters:
      message - the exception message.
      cause - the cause of the exception.