Package com.fifa.connectservicebus.sdk
Class DataConflictException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.fifa.connectservicebus.sdk.FifaConnectServiceBusException
-
- com.fifa.connectservicebus.sdk.DataConflictException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
QueueExistsException
public class DataConflictException extends FifaConnectServiceBusException
Exception thrown when a request to Connect ID Service Bus returns 409 status. See the "serviceResponse" property for additional information.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DataConflictException(String message, com.microsoft.rest.ServiceResponse<Object> serviceResponse)DataConflictException(String message, Throwable cause)DataConflictException(String message, Throwable cause, com.microsoft.rest.ServiceResponse<Object> serviceResponse)DataConflictException(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
-
DataConflictException
public DataConflictException(String message, com.microsoft.rest.ServiceResponse<Object> serviceResponse)
-
DataConflictException
public DataConflictException(String message, Throwable cause, com.microsoft.rest.ServiceResponse<Object> serviceResponse)
-
DataConflictException
public DataConflictException(Throwable cause)
-
-