Package com.sinch.sdk.core.exceptions
Class ApiAuthException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.sinch.sdk.core.exceptions.ApiException
-
- com.sinch.sdk.core.exceptions.ApiAuthException
-
- All Implemented Interfaces:
Serializable
public class ApiAuthException extends ApiException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ApiAuthException(int code, String message)ApiAuthException(String message)ApiAuthException(Throwable throwable)
-
Method Summary
-
Methods inherited from class com.sinch.sdk.core.exceptions.ApiException
getCode, toString
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
-