Package app.sdkgen.client.Exception
Class ClientException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.io.IOException
-
- app.sdkgen.client.Exception.ClientException
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
AccessTokenRequestException,FoundNoAccessTokenException,InvalidAccessTokenException,InvalidCredentialsException,KnownStatusCodeException,ParseException,TokenPersistException,UnknownStatusCodeException
public class ClientException extends java.io.IOException- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ClientException(java.lang.String message)ClientException(java.lang.String message, java.lang.Throwable cause)
-