70 строки
5.7 KiB
YAML
70 строки
5.7 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.azure.communication.chat.models.InvalidParticipantException"
|
|
fullName: "com.azure.communication.chat.models.InvalidParticipantException"
|
|
name: "InvalidParticipantException"
|
|
nameWithType: "InvalidParticipantException"
|
|
summary: "Exception when a participant cannot be added to a chat thread"
|
|
inheritances:
|
|
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Throwable?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Exception?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.RuntimeException?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"com.azure.core.exception.AzureException?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
|
|
inheritedClassMethods:
|
|
- classRef: "java.lang.<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>"
|
|
methodsRef:
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#clone--\">clone</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#equals-java.lang.Object-\">equals</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#finalize--\">finalize</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#getClass--\">getClass</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#hashCode--\">hashCode</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notify--\">notify</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notifyAll--\">notifyAll</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait--\">wait</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-\">wait</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-int-\">wait</a>"
|
|
- classRef: "java.lang.<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Throwable.html\">Throwable</a>"
|
|
methodsRef:
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Throwable.html#addSuppressed-java.lang.Throwable-\">addSuppressed</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Throwable.html#fillInStackTrace--\">fillInStackTrace</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Throwable.html#getCause--\">getCause</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Throwable.html#getLocalizedMessage--\">getLocalizedMessage</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Throwable.html#getMessage--\">getMessage</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Throwable.html#getStackTrace--\">getStackTrace</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Throwable.html#getSuppressed--\">getSuppressed</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Throwable.html#initCause-java.lang.Throwable-\">initCause</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Throwable.html#printStackTrace--\">printStackTrace</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Throwable.html#printStackTrace-java.io.PrintStream-\">printStackTrace</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Throwable.html#printStackTrace-java.io.PrintWriter-\">printStackTrace</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Throwable.html#setStackTrace-java.lang.StackTraceElement:A-\">setStackTrace</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Throwable.html#toString--\">toString</a>"
|
|
syntax: "public final class **InvalidParticipantException**</br> extends <xref href=\"com.azure.core.exception.AzureException?alt=com.azure.core.exception.AzureException&text=AzureException\" data-throw-if-not-resolved=\"False\" />"
|
|
constructors:
|
|
- uid: "com.azure.communication.chat.models.InvalidParticipantException.InvalidParticipantException(com.azure.communication.chat.models.ChatError)"
|
|
fullName: "com.azure.communication.chat.models.InvalidParticipantException.InvalidParticipantException(ChatError chatError)"
|
|
name: "InvalidParticipantException(ChatError chatError)"
|
|
nameWithType: "InvalidParticipantException.InvalidParticipantException(ChatError chatError)"
|
|
summary: "Constructs a new Invalid<wbr>Participant<wbr>Exception"
|
|
parameters:
|
|
- description: "the ChatError underlying this exception"
|
|
name: "chatError"
|
|
type: "<xref href=\"com.azure.communication.chat.models.ChatError?alt=com.azure.communication.chat.models.ChatError&text=ChatError\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public InvalidParticipantException(ChatError chatError)"
|
|
desc: "Constructs a new InvalidParticipantException"
|
|
methods:
|
|
- uid: "com.azure.communication.chat.models.InvalidParticipantException.getChatError()"
|
|
fullName: "com.azure.communication.chat.models.InvalidParticipantException.getChatError()"
|
|
name: "getChatError()"
|
|
nameWithType: "InvalidParticipantException.getChatError()"
|
|
summary: "Gets the underlying Chat<wbr>Error returned from the server"
|
|
syntax: "public ChatError getChatError()"
|
|
desc: "Gets the underlying ChatError returned from the server"
|
|
returns:
|
|
description: "the CHatError"
|
|
type: "<xref href=\"com.azure.communication.chat.models.ChatError?alt=com.azure.communication.chat.models.ChatError&text=ChatError\" data-throw-if-not-resolved=\"False\" />"
|
|
type: "class"
|
|
desc: "Exception when a participant cannot be added to a chat thread"
|
|
metadata: {}
|
|
package: "com.azure.communication.chat.models"
|
|
artifact: com.azure:azure-communication-chat:1.5.6
|