Class ASSiteConfigServiceException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- net.anotheria.asg.exception.ASGRuntimeException
-
- net.anotheria.anosite.gen.assiteconfig.service.ASSiteConfigServiceException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
FilteredIPNotFoundInASSiteConfigServiceException
public class ASSiteConfigServiceException extends net.anotheria.asg.exception.ASGRuntimeExceptionBase class for all exceptions thrown by implementations of IASSiteConfigService- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ASSiteConfigServiceException(String message)ASSiteConfigServiceException(String message, Throwable cause)ASSiteConfigServiceException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-