Class SDKExceptions
-
- All Implemented Interfaces:
-
java.io.Serializable
public abstract class SDKExceptions extends Exception
Represents the exception used for all services.
-
-
Field Summary
Fields Modifier and Type Field Description private final String
message
private final ServiceErrorCode
code
private final Throwable
cause
-
Constructor Summary
Constructors Constructor Description SDKExceptions(String message, ServiceErrorCode code)
-
Method Summary
Modifier and Type Method Description String
getMessage()
final ServiceErrorCode
getCode()
-
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()
-
-
-
-