Class ImageSourceException

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

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

    • ImageSourceException

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

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