Class ImageNotFoundException

All Implemented Interfaces:
Serializable

public class ImageNotFoundException extends NotFoundException
See Also:
  • Field Details

    • image

      private final String image
  • Constructor Details

    • ImageNotFoundException

      public ImageNotFoundException(String image, Throwable cause)
    • ImageNotFoundException

      public ImageNotFoundException(String image, String message)
    • ImageNotFoundException

      public ImageNotFoundException(String image)
  • Method Details

    • getImage

      public String getImage()