public class ImageSaveException extends ImageException
The image save exception. Occurs during image saving.
Constructor and Description |
---|
ImageSaveException(String message)
Initializes a new instance of the
ImageSaveException class. |
ImageSaveException(String message,
Throwable innerException)
Initializes a new instance of the
ImageSaveException class. |
public ImageSaveException(String message)
Initializes a new instance of the ImageSaveException
class.
message
- The exception message.