Package com.fifa.connectservicebus.sdk
Class UnauthorizedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.fifa.connectservicebus.sdk.FifaConnectServiceBusException
-
- com.fifa.connectservicebus.sdk.UnauthorizedException
-
- All Implemented Interfaces:
Serializable
public class UnauthorizedException extends FifaConnectServiceBusException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UnauthorizedException(String message, com.microsoft.rest.ServiceResponse<Object> serviceResponse)UnauthorizedException(String message, Throwable cause)UnauthorizedException(String message, Throwable cause, com.microsoft.rest.ServiceResponse<Object> serviceResponse)
-
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
-
-