Package com.sinch.sdk.core.exceptions
Class ApiMappingException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.sinch.sdk.core.exceptions.ApiException
-
- com.sinch.sdk.core.exceptions.ApiMappingException
-
- All Implemented Interfaces:
Serializable
public class ApiMappingException extends ApiException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ApiMappingException(String payload, 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
-
-