Class ASUserDataServiceException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- net.anotheria.asg.exception.ASGRuntimeException
-
- net.anotheria.anosite.gen.asuserdata.service.ASUserDataServiceException
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
RoleDefNotFoundInASUserDataServiceException,UserDefNotFoundInASUserDataServiceException
public class ASUserDataServiceException extends net.anotheria.asg.exception.ASGRuntimeExceptionBase class for all exceptions thrown by implementations of IASUserDataService- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ASUserDataServiceException(java.lang.String message)ASUserDataServiceException(java.lang.String message, java.lang.Throwable cause)ASUserDataServiceException(java.lang.Throwable cause)
-
-
-
Constructor Detail
-
ASUserDataServiceException
public ASUserDataServiceException(java.lang.String message)
-
ASUserDataServiceException
public ASUserDataServiceException(java.lang.Throwable cause)
-
ASUserDataServiceException
public ASUserDataServiceException(java.lang.String message, java.lang.Throwable cause)
-
-