Package com.fifa.connectservicebus.sdk
Class FifaConnectServiceBusException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.fifa.connectservicebus.sdk.FifaConnectServiceBusException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
AuthenticationException,CryptographyException,DataConflictException,DataNotFoundException,InvalidClientDataException,TooManyRequestsException,UnauthorizedException
public class FifaConnectServiceBusException extends Exception
Exception thrown when a request to Connect ID Service Bus service was not successful. See the "serviceResponse" property for additional information.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description FifaConnectServiceBusException(String message)FifaConnectServiceBusException(String message, com.microsoft.rest.ServiceResponse<Object> serviceResponse)FifaConnectServiceBusException(String message, Throwable cause)FifaConnectServiceBusException(String message, Throwable cause, com.microsoft.rest.ServiceResponse<Object> serviceResponse)FifaConnectServiceBusException(Throwable cause)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.microsoft.rest.ServiceResponse<Object>getServiceResponse()-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
FifaConnectServiceBusException
public FifaConnectServiceBusException(String message, com.microsoft.rest.ServiceResponse<Object> serviceResponse)
-
FifaConnectServiceBusException
public FifaConnectServiceBusException(String message, Throwable cause)
-
FifaConnectServiceBusException
public FifaConnectServiceBusException(String message, Throwable cause, com.microsoft.rest.ServiceResponse<Object> serviceResponse)
-
FifaConnectServiceBusException
public FifaConnectServiceBusException(Throwable cause)
-
FifaConnectServiceBusException
public FifaConnectServiceBusException(String message)
-
-
Method Detail
-
getServiceResponse
public com.microsoft.rest.ServiceResponse<Object> getServiceResponse()
-
-