Exception ImagesServiceFailureException (2.0.0)

public class ImagesServiceFailureException extends RuntimeException

ImagesServiceFailureException is thrown when any unknown error occurs while communicating with the images service.

Constructors

ImagesServiceFailureException(String message)

public ImagesServiceFailureException(String message)

Creates an exception with the supplied message.

Parameter
NameDescription
messageString

A message describing the reason for the exception.

ImagesServiceFailureException(String message, Throwable cause)

public ImagesServiceFailureException(String message, Throwable cause)
Parameters
NameDescription
messageString
causeThrowable