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