Class SDKExceptions
-
- All Implemented Interfaces:
-
java.io.Serializable
public abstract class SDKExceptions extends ExceptionRepresents the exception used for all services.
-
-
Field Summary
Fields Modifier and Type Field Description private final Stringmessageprivate final ServiceErrorCodecodeprivate final Throwablecause
-
Constructor Summary
Constructors Constructor Description SDKExceptions(String message, ServiceErrorCode code)
-
Method Summary
Modifier and Type Method Description StringgetMessage()final ServiceErrorCodegetCode()-
Methods inherited from class kotlin.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
SDKExceptions
SDKExceptions(String message, ServiceErrorCode code)
-
-
Method Detail
-
getMessage
String getMessage()
-
getCode
final ServiceErrorCode getCode()
-
-
-
-