public class ImagesServiceFailureException
extends java.lang.RuntimeException
ImagesServiceFailureException
is thrown when any unknown
error occurs while communicating with the images service.Constructor and Description |
---|
ImagesServiceFailureException(java.lang.String message)
Creates an exception with the supplied message.
|
ImagesServiceFailureException(java.lang.String message,
java.lang.Throwable cause) |
public ImagesServiceFailureException(java.lang.String message)
message
- A message describing the reason for the exception.public ImagesServiceFailureException(java.lang.String message, java.lang.Throwable cause)