Package sherpa.partner.api.client
Class UnauthorisedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- sherpa.partner.api.client.ClientGeneralException
-
- sherpa.partner.api.client.ClientServerException
-
- sherpa.partner.api.client.UnauthorisedException
-
- All Implemented Interfaces:
java.io.Serializable
public class UnauthorisedException extends ClientServerException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UnauthorisedException(int statusCode, java.lang.String statusMessage, sherpa.partner.api.common.ErrorResponse error)
-
Method Summary
-
Methods inherited from class sherpa.partner.api.client.ClientServerException
getError, getStatusCode, getStatusMessage
-
-