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:
Serializable
Direct Known Subclasses:
ImageNotFoundInImagesServiceException

public class ImagesServiceException extends net.anotheria.asg.exception.ASGRuntimeException
Base class for all exceptions thrown by implementations of IImagesService
See Also:
  • Constructor Details

    • ImagesServiceException

      public ImagesServiceException(String message)
    • ImagesServiceException

      public ImagesServiceException(Throwable cause)
    • ImagesServiceException

      public ImagesServiceException(String message, Throwable cause)