Class ASSiteDataServiceException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- net.anotheria.asg.exception.ASGRuntimeException
-
- net.anotheria.anosite.gen.assitedata.service.ASSiteDataServiceException
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
EntryPointNotFoundInASSiteDataServiceException,MediaLinkNotFoundInASSiteDataServiceException,NaviItemNotFoundInASSiteDataServiceException,PageAliasNotFoundInASSiteDataServiceException,PageTemplateNotFoundInASSiteDataServiceException,RedirectUrlNotFoundInASSiteDataServiceException,ScriptNotFoundInASSiteDataServiceException,SiteNotFoundInASSiteDataServiceException
public class ASSiteDataServiceException extends net.anotheria.asg.exception.ASGRuntimeExceptionBase class for all exceptions thrown by implementations of IASSiteDataService- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ASSiteDataServiceException(java.lang.String message)ASSiteDataServiceException(java.lang.String message, java.lang.Throwable cause)ASSiteDataServiceException(java.lang.Throwable cause)
-
-
-
Constructor Detail
-
ASSiteDataServiceException
public ASSiteDataServiceException(java.lang.String message)
-
ASSiteDataServiceException
public ASSiteDataServiceException(java.lang.Throwable cause)
-
ASSiteDataServiceException
public ASSiteDataServiceException(java.lang.String message, java.lang.Throwable cause)
-
-