Package com.google.appengine.api.images
Class ImagesServiceFailureException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.google.appengine.api.images.ImagesServiceFailureException
-
- All Implemented Interfaces:
Serializable
public class ImagesServiceFailureException extends RuntimeException
ImagesServiceFailureExceptionis thrown when any unknown error occurs while communicating with the images service.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ImagesServiceFailureException(String message)Creates an exception with the supplied message.ImagesServiceFailureException(String message, Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
ImagesServiceFailureException
public ImagesServiceFailureException(String message)
Creates an exception with the supplied message.- Parameters:
message- A message describing the reason for the exception.
-
-