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:
java.io.Serializable
- Direct Known Subclasses:
BrandFeatureNotFoundInASFeatureServiceException,FeatureNotFoundInASFeatureServiceException
public class ASFeatureServiceException extends net.anotheria.asg.exception.ASGRuntimeExceptionBase class for all exceptions thrown by implementations of IASFeatureService- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ASFeatureServiceException(java.lang.String message)ASFeatureServiceException(java.lang.String message, java.lang.Throwable cause)ASFeatureServiceException(java.lang.Throwable cause)
-
-
-
Constructor Detail
-
ASFeatureServiceException
public ASFeatureServiceException(java.lang.String message)
-
ASFeatureServiceException
public ASFeatureServiceException(java.lang.Throwable cause)
-
ASFeatureServiceException
public ASFeatureServiceException(java.lang.String message, java.lang.Throwable cause)
-
-