Class ASBrandServiceException

java.lang.Object
java.lang.Throwable
java.lang.Exception
net.anotheria.asg.exception.ASGRuntimeException
net.anotheria.anosite.gen.asbrand.service.ASBrandServiceException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
BrandNotFoundInASBrandServiceException

public class ASBrandServiceException extends net.anotheria.asg.exception.ASGRuntimeException
Base class for all exceptions thrown by implementations of IASBrandService
See Also:
  • Constructor Details

    • ASBrandServiceException

      public ASBrandServiceException(String message)
    • ASBrandServiceException

      public ASBrandServiceException(Throwable cause)
    • ASBrandServiceException

      public ASBrandServiceException(String message, Throwable cause)