RemoteImagingException is an Exception thrown to indicate that an error condition was encountered during remote image processing. All methods which might encounter error conditions during remote image processing should be tagged as throwing this exception, as this is something an application might want to catch. From JAI 1.1.2 on, this class is re-parented to ImagingException which behaves as a chained exception. Thus, the cause of a RemoteImagingException can be retrieved by using the method getCause.
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |