Package com.fifa.connectservicebus.sdk
Class CryptographyException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.fifa.connectservicebus.sdk.FifaConnectServiceBusException
-
- com.fifa.connectservicebus.sdk.CryptographyException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
DecryptionException
public class CryptographyException extends FifaConnectServiceBusException
Exception thrown during encryption and decryption of message content- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CryptographyException(String message)CryptographyException(String message, com.microsoft.rest.ServiceResponse<Object> serviceResponse)CryptographyException(String message, Throwable cause)CryptographyException(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
-
-