Class UserDataNotFoundInAnoAccessApplicationDataServiceException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- net.anotheria.asg.exception.ASGRuntimeException
-
- net.anotheria.anosite.gen.anoaccessapplicationdata.service.AnoAccessApplicationDataServiceException
-
- net.anotheria.anosite.gen.anoaccessapplicationdata.service.UserDataNotFoundInAnoAccessApplicationDataServiceException
-
- All Implemented Interfaces:
Serializable
public class UserDataNotFoundInAnoAccessApplicationDataServiceException extends AnoAccessApplicationDataServiceException
Exception for gets over non existing id in IAnoAccessApplicationDataService, document: UserData- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UserDataNotFoundInAnoAccessApplicationDataServiceException(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
-
UserDataNotFoundInAnoAccessApplicationDataServiceException
public UserDataNotFoundInAnoAccessApplicationDataServiceException(String id)
-
-