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.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final Boolean getGuestPin() 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