Class ImagesServiceException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- net.anotheria.asg.exception.ASGRuntimeException
-
- net.anotheria.anosite.gen.images.service.ImagesServiceException
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
ImageNotFoundInImagesServiceException
public class ImagesServiceException extends net.anotheria.asg.exception.ASGRuntimeExceptionBase class for all exceptions thrown by implementations of IImagesService- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ImagesServiceException(java.lang.String message)ImagesServiceException(java.lang.String message, java.lang.Throwable cause)ImagesServiceException(java.lang.Throwable cause)
-