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 Details

    • ASFeatureServiceException

      public ASFeatureServiceException(String message)
    • ASFeatureServiceException

      public ASFeatureServiceException(Throwable cause)
    • ASFeatureServiceException

      public ASFeatureServiceException(String message, Throwable cause)