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:
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(String message)ASSiteDataServiceException(String message, Throwable cause)ASSiteDataServiceException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-