Class ASFeatureServiceException
java.lang.Object
java.lang.Throwable
java.lang.Exception
net.anotheria.asg.exception.ASGRuntimeException
net.anotheria.anosite.gen.asfeature.service.ASFeatureServiceException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
BrandFeatureNotFoundInASFeatureServiceException,FeatureNotFoundInASFeatureServiceException
public class ASFeatureServiceException
extends net.anotheria.asg.exception.ASGRuntimeException
Base class for all exceptions thrown by implementations of IASFeatureService
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionASFeatureServiceException(String message) ASFeatureServiceException(String message, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ASFeatureServiceException
-
ASFeatureServiceException
-
ASFeatureServiceException
-