Class PublicCertificateNotFoundException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.fifa.connectservicebus.sdk.FifaConnectServiceBusException
-
- com.fifa.connectservicebus.sdk.DataNotFoundException
-
- com.fifa.connectservicebus.sdk.encryption.PublicCertificateNotFoundException
-
- All Implemented Interfaces:
Serializable
public class PublicCertificateNotFoundException extends DataNotFoundException
Exception thrown when recipient have not uploaded their public key.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PublicCertificateNotFoundException(String message, com.microsoft.rest.ServiceResponse<Object> serviceResponse)PublicCertificateNotFoundException(String message, Throwable cause)PublicCertificateNotFoundException(String message, Throwable cause, com.microsoft.rest.ServiceResponse<Object> serviceResponse)PublicCertificateNotFoundException(Throwable cause)
-
Method Summary
-
Methods inherited from class com.fifa.connectservicebus.sdk.FifaConnectServiceBusException
getServiceResponse
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
PublicCertificateNotFoundException
public PublicCertificateNotFoundException(String message, com.microsoft.rest.ServiceResponse<Object> serviceResponse)
-
PublicCertificateNotFoundException
public PublicCertificateNotFoundException(String message, Throwable cause)
-
PublicCertificateNotFoundException
public PublicCertificateNotFoundException(String message, Throwable cause, com.microsoft.rest.ServiceResponse<Object> serviceResponse)
-
PublicCertificateNotFoundException
public PublicCertificateNotFoundException(Throwable cause)
-
-