Class RtcException
-
- All Implemented Interfaces:
-
java.io.Serializable
public final class RtcException extends Exception
Wraps any exception that occurs in the RTC layer With a recommendation if we should retry the current SFU, stop or switch to a different one
-
-
Constructor Summary
Constructors Constructor Description RtcException(String message, Throwable cause, Boolean retryCurrentSfu, Boolean switchSfu, <Error class: unknown class> error)
-
Method Summary
Modifier and Type Method Description -
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
-
-