public class ImagesServiceFailureException extends RuntimeExceptionImagesServiceFailureException 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 | |
|---|---|
| Name | Description |
message |
StringA message describing the reason for the exception. |
ImagesServiceFailureException(String message, Throwable cause)
public ImagesServiceFailureException(String message, Throwable cause)| Parameters | |
|---|---|
| Name | Description |
message |
String |
cause |
Throwable |