Package com.saperion.exception
Class SaImageConverterException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.saperion.exception.SaBasicException
-
- com.saperion.exception.SaImageConverterException
-
- All Implemented Interfaces:
java.io.Serializable
public class SaImageConverterException extends SaBasicException
Exception thrown by SaImageConverter if converting an image failed.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SaImageConverterException(java.lang.String message, java.lang.Throwable cause)
Constructor.
-