Uses of Class
com.fifa.connectservicebus.sdk.FifaConnectServiceBusException
-
Packages that use FifaConnectServiceBusException Package Description com.fifa.connectservicebus.sdk com.fifa.connectservicebus.sdk.encryption com.fifa.connectservicebus.sdk.errorhandling -
-
Uses of FifaConnectServiceBusException in com.fifa.connectservicebus.sdk
Subclasses of FifaConnectServiceBusException in com.fifa.connectservicebus.sdk Modifier and Type Class Description classAuthenticationExceptionclassCryptographyExceptionException thrown during encryption and decryption of message contentclassDataConflictExceptionException thrown when a request to Connect ID Service Bus returns 409 status.classDataNotFoundExceptionException thrown when a request to Connect ID Service Bus returns 404 status.classDecryptionExceptionException thrown during decryption of message content.classInvalidClientDataExceptionException thrown when the FIFA Connect ID Service Bus service responds with a bad request error.classQueueExistsExceptionclassQueueNotFoundExceptionclassTooManyRequestsExceptionclassUnauthorizedExceptionMethods in com.fifa.connectservicebus.sdk that return FifaConnectServiceBusException Modifier and Type Method Description protected FifaConnectServiceBusExceptionBaseFifaConnectServiceBusClient. handleRestClientException(RuntimeException exception)Methods in com.fifa.connectservicebus.sdk that throw FifaConnectServiceBusException Modifier and Type Method Description voidFifaConnectServiceBusClient. delete(String messageId, String lockToken)Deletes a previously locked message (see peekLock method).voidFifaConnectServiceBusClientImpl. delete(String messageId, String lockToken)Deletes a previously locked message (see peekLock method).byte[]FifaConnectServiceBusCertificateClient. downloadCertificate(String queueIdentifier)Downloads certificate for given queuebyte[]FifaConnectServiceBusCertificateClientImpl. downloadCertificate(String queueIdentifier)Downloads certificate for given queueMessageFifaConnectServiceBusClient. peekLock()Gets and locks a message without deleting it from the queue.MessageFifaConnectServiceBusClient. peekLock(int timeout)Gets and locks a message without deleting it from the queue.MessageFifaConnectServiceBusClientImpl. peekLock()Gets and locks a message without deleting it from the queue.MessageFifaConnectServiceBusClientImpl. peekLock(int timeout)Gets and locks a message without deleting it from the queue.protected MessageFifaConnectServiceBusClientImpl. processPeekLockResponseMessage(com.microsoft.rest.ServiceResponse response, int successStatusCode, String action, String messagePropertiesString, String brokerPropertiesString)voidServiceBusResponseHandler. processResult(int successStatusCode, com.microsoft.rest.ServiceResponse response, ErrorResponseHandler... handlers)<T> TServiceBusResponseHandler. processResult(Class<T> type, int successStatusCode, com.microsoft.rest.ServiceResponse response, ErrorResponseHandler... handlers)voidFifaConnectServiceBusClient. send(String recipient, byte[] content)Sends a message to a specified recipient via Message Bus.voidFifaConnectServiceBusClient. send(String recipient, byte[] content, String action, Map<String,String> properties)Sends a message to a specified recipient via Message Bus.voidFifaConnectServiceBusClientImpl. send(String recipient, byte[] content)Sends a message to a specified recipient via Message Bus.voidFifaConnectServiceBusClientImpl. send(String recipient, byte[] content, String action, Map<String,String> properties)Sends a message to a specified recipient via Message Bus.voidFifaConnectServiceBusClient. unlock(String messageId, String lockToken)Unlocks a previously locked message.voidFifaConnectServiceBusClientImpl. unlock(String messageId, String lockToken)Unlocks a previously locked message.voidFifaConnectServiceBusCertificateClient. uploadCertificate(byte[] certificate)Uploads a public certificate to cert storevoidFifaConnectServiceBusCertificateClientImpl. uploadCertificate(byte[] certificate)Uploads a public certificate to cert store -
Uses of FifaConnectServiceBusException in com.fifa.connectservicebus.sdk.encryption
Subclasses of FifaConnectServiceBusException in com.fifa.connectservicebus.sdk.encryption Modifier and Type Class Description classPublicCertificateNotFoundExceptionException thrown when recipient have not uploaded their public key. -
Uses of FifaConnectServiceBusException in com.fifa.connectservicebus.sdk.errorhandling
Methods in com.fifa.connectservicebus.sdk.errorhandling that throw FifaConnectServiceBusException Modifier and Type Method Description voidBadRequestHandler. handle(com.microsoft.rest.ServiceResponse<Object> serviceResponse)voidDataNotFoundResponseHandler. handle(com.microsoft.rest.ServiceResponse<Object> serviceResponse)voidErrorResponseHandler. handle(com.microsoft.rest.ServiceResponse<Object> serviceResponse)voidQueueAlreadyExistsResponseHandler. handle(com.microsoft.rest.ServiceResponse<Object> serviceResponse)voidQueueNotFoundResponseHandler. handle(com.microsoft.rest.ServiceResponse<Object> serviceResponse)voidTooManyRequestsHandler. handle(com.microsoft.rest.ServiceResponse<Object> serviceResponse)voidUnauthorizedRequestHandler. handle(com.microsoft.rest.ServiceResponse<Object> serviceResponse)
-