Class ImagesServiceFailureException

  • All Implemented Interfaces:
    Serializable

    public class ImagesServiceFailureException
    extends RuntimeException
    ImagesServiceFailureException is thrown when any unknown error occurs while communicating with the images service.
    See Also:
    Serialized Form
    • Constructor Detail

      • ImagesServiceFailureException

        public ImagesServiceFailureException​(String message)
        Creates an exception with the supplied message.
        Parameters:
        message - A message describing the reason for the exception.
      • ImagesServiceFailureException

        public ImagesServiceFailureException​(String message,
                                             Throwable cause)