Class ApiException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- xyz.brandonfl.firedeamon.fusion.api.exception.ApiException
-
- All Implemented Interfaces:
java.io.Serializable
public class ApiException extends java.lang.Exception
In case of error returned during execution. For more information about the error, useThrowable.getMessage()
- Author:
- brandon fontany-legall
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ApiException(java.lang.Exception exception)
ApiException(java.lang.String message)
ApiException(okhttp3.Response response)
-