Class ApiException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- xyz.brandonfl.firedeamon.fusion.api.exception.ApiException
-
- All Implemented Interfaces:
Serializable
public class ApiException extends 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(Exception exception)ApiException(String message)ApiException(okhttp3.Response response)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-