Class BrandNotFoundInASBrandServiceException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- net.anotheria.asg.exception.ASGRuntimeException
-
- net.anotheria.anosite.gen.asbrand.service.ASBrandServiceException
-
- net.anotheria.anosite.gen.asbrand.service.BrandNotFoundInASBrandServiceException
-
- All Implemented Interfaces:
Serializable
public class BrandNotFoundInASBrandServiceException extends ASBrandServiceException
Exception for gets over non existing id in IASBrandService, document: Brand- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description BrandNotFoundInASBrandServiceException(String id)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
BrandNotFoundInASBrandServiceException
public BrandNotFoundInASBrandServiceException(String id)
-
-