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 Summary
ConstructorsConstructorDescriptionASBrandServiceException(String message) ASBrandServiceException(String message, Throwable cause) ASBrandServiceException(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
-
ASBrandServiceException
-
ASBrandServiceException
-
ASBrandServiceException
-