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:
Serializable
Direct Known Subclasses:
RoleDefNotFoundInASUserDataServiceException, UserDefNotFoundInASUserDataServiceException

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

    • ASUserDataServiceException

      public ASUserDataServiceException(String message)
    • ASUserDataServiceException

      public ASUserDataServiceException(Throwable cause)
    • ASUserDataServiceException

      public ASUserDataServiceException(String message, Throwable cause)