Package com.pexip.sdk.api.infinity
Class RequiredPinException
-
- All Implemented Interfaces:
-
java.io.Serializable
public final class RequiredPinException extends RuntimeException
Thrown to indicate that this conference has a PIN requirement.
If the guest PIN is not required, one can join as a guest by providing a blank PIN.
-
-
Constructor Summary
Constructors Constructor Description RequiredPinException(Boolean guestPin)
-
Method Summary
Modifier and Type Method Description final BooleangetGuestPin()true if guest PIN is required, false otherwise -
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
-
-
Constructor Detail
-
RequiredPinException
RequiredPinException(Boolean guestPin)
-
-
Method Detail
-
getGuestPin
final Boolean getGuestPin()
true if guest PIN is required, false otherwise
-
-
-
-