-
- All Implemented Interfaces:
-
java.io.Serializable
public final class ExceptionHandler extends Exception
Created by adeshmukh on 20/06/25. Project Name: OSMOS-Android-SDK File Name: OsmosException
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classExceptionHandler.Companion
-
Method Summary
Modifier and Type Method Description final IntegergetErrorCode()final LonggetTimestampMs()ThrowablegetCause()StringgetMessage()-
Methods inherited from class java.lang.Exception
addSuppressed, fillInStackTrace, 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
-
-
Method Detail
-
getErrorCode
final Integer getErrorCode()
-
getTimestampMs
final Long getTimestampMs()
-
getMessage
String getMessage()
-
-
-
-