Package com.adapty.errors
Class AdaptyError
-
- All Implemented Interfaces:
-
java.io.Serializable
public final class AdaptyError extends Exception
-
-
Field Summary
Fields Modifier and Type Field Description private final ThrowableoriginalErrorprivate final AdaptyErrorCodeadaptyErrorCodeprivate final Throwablecauseprivate final Stringmessage
-
Method Summary
Modifier and Type Method Description final ThrowablegetOriginalError()final AdaptyErrorCodegetAdaptyErrorCode()-
Methods inherited from class kotlin.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, 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
-
-
Method Detail
-
getOriginalError
final Throwable getOriginalError()
-
getAdaptyErrorCode
final AdaptyErrorCode getAdaptyErrorCode()
-
-
-
-