Uses of Class
dev.vality.damsel.fraudbusters_notificator.NotificationServiceException
-
Uses of NotificationServiceException in dev.vality.damsel.fraudbusters_notificator
Fields in dev.vality.damsel.fraudbusters_notificator declared as NotificationServiceException Modifier and Type Field Description NotificationServiceExceptionNotificationServiceSrv.create_result. exMethods in dev.vality.damsel.fraudbusters_notificator that return NotificationServiceException Modifier and Type Method Description NotificationServiceExceptionNotificationServiceException. deepCopy()NotificationServiceExceptionNotificationServiceSrv.create_result. getEx()NotificationServiceExceptionNotificationServiceException. setCode(int code)NotificationServiceExceptionNotificationServiceException. setReason(String reason)Methods in dev.vality.damsel.fraudbusters_notificator with parameters of type NotificationServiceException Modifier and Type Method Description intNotificationServiceException. compareTo(NotificationServiceException other)booleanNotificationServiceException. equals(NotificationServiceException that)NotificationServiceSrv.create_resultNotificationServiceSrv.create_result. setEx(NotificationServiceException ex)Methods in dev.vality.damsel.fraudbusters_notificator that throw NotificationServiceException Modifier and Type Method Description NotificationNotificationServiceSrv.Client. create(Notification notification)NotificationNotificationServiceSrv.Iface. create(Notification notification)NotificationNotificationServiceSrv.AsyncClient.create_call. getResult()NotificationNotificationServiceSrv.Client. recvCreate()Constructors in dev.vality.damsel.fraudbusters_notificator with parameters of type NotificationServiceException Constructor Description create_result(Notification success, NotificationServiceException ex)NotificationServiceException(NotificationServiceException other)Performs a deep copy on other.