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:
java.io.Serializable
- Direct Known Subclasses:
FileLinkNotFoundInASResourceDataServiceException,ImageNotFoundInASResourceDataServiceException,LocalizationBundleNotFoundInASResourceDataServiceException,MailTemplateNotFoundInASResourceDataServiceException,PdfTemplateNotFoundInASResourceDataServiceException,PushNotificationTemplateNotFoundInASResourceDataServiceException,TextResourceNotFoundInASResourceDataServiceException
public class ASResourceDataServiceException extends net.anotheria.asg.exception.ASGRuntimeExceptionBase class for all exceptions thrown by implementations of IASResourceDataService- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ASResourceDataServiceException(java.lang.String message)ASResourceDataServiceException(java.lang.String message, java.lang.Throwable cause)ASResourceDataServiceException(java.lang.Throwable cause)
-
-
-
Constructor Detail
-
ASResourceDataServiceException
public ASResourceDataServiceException(java.lang.String message)
-
ASResourceDataServiceException
public ASResourceDataServiceException(java.lang.Throwable cause)
-
ASResourceDataServiceException
public ASResourceDataServiceException(java.lang.String message, java.lang.Throwable cause)
-
-