Class ASResourceDataServiceException

java.lang.Object
java.lang.Throwable
java.lang.Exception
net.anotheria.asg.exception.ASGRuntimeException
net.anotheria.anosite.gen.asresourcedata.service.ASResourceDataServiceException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
FileLinkNotFoundInASResourceDataServiceException, ImageNotFoundInASResourceDataServiceException, LocalizationBundleNotFoundInASResourceDataServiceException, MailTemplateNotFoundInASResourceDataServiceException, PdfTemplateNotFoundInASResourceDataServiceException, PushNotificationTemplateNotFoundInASResourceDataServiceException, TextResourceNotFoundInASResourceDataServiceException

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

    • ASResourceDataServiceException

      public ASResourceDataServiceException(String message)
    • ASResourceDataServiceException

      public ASResourceDataServiceException(Throwable cause)
    • ASResourceDataServiceException

      public ASResourceDataServiceException(String message, Throwable cause)