azure-docs-sdk-java/archive/docs-ref-autogen/system.fabric.exception.Fab...

83 строки
5.7 KiB
YAML

### YamlMime:JavaType
constructors:
- fullName: system.fabric.exception.FabricMessageTooLargeException.FabricMessageTooLargeException()
name: FabricMessageTooLargeException()
nameWithType: FabricMessageTooLargeException.FabricMessageTooLargeException()
syntax: public FabricMessageTooLargeException()
uid: system.fabric.exception.FabricMessageTooLargeException.FabricMessageTooLargeException()
- fullName: system.fabric.exception.FabricMessageTooLargeException.FabricMessageTooLargeException(String message)
name: FabricMessageTooLargeException(String message)
nameWithType: FabricMessageTooLargeException.FabricMessageTooLargeException(String message)
parameters:
- description: <p>The error message that explains the reason for the exception. </p>
name: message
type: <xref href="String?alt=String&text=String" data-throw-if-not-resolved="False"/>
summary: >-
<p>Initializes a new instance of the <xref uid="system.fabric.exception.FabricMessageTooLargeException" data-throw-if-not-resolved="false" data-raw-source="FabricMessageTooLargeException"></xref> class with a specified error message.</p>
<p></p>
syntax: public FabricMessageTooLargeException(String message)
uid: system.fabric.exception.FabricMessageTooLargeException.FabricMessageTooLargeException(String)
- fullName: system.fabric.exception.FabricMessageTooLargeException.FabricMessageTooLargeException(String message, Throwable cause)
name: FabricMessageTooLargeException(String message, Throwable cause)
nameWithType: FabricMessageTooLargeException.FabricMessageTooLargeException(String message, Throwable cause)
parameters:
- description: <p>The error message that explains the reason for the exception. </p>
name: message
type: <xref href="String?alt=String&text=String" data-throw-if-not-resolved="False"/>
- description: <p>The exception that is the cause of the current exception, or a null reference if no inner exception is specified. </p>
name: cause
type: <xref href="Throwable?alt=Throwable&text=Throwable" data-throw-if-not-resolved="False"/>
summary: >-
<p>Initializes a new instance of the <xref uid="system.fabric.exception.FabricMessageTooLargeException" data-throw-if-not-resolved="false" data-raw-source="FabricMessageTooLargeException"></xref> class with a specified error message and error code.</p>
<p></p>
syntax: public FabricMessageTooLargeException(String message, Throwable cause)
uid: system.fabric.exception.FabricMessageTooLargeException.FabricMessageTooLargeException(String,Throwable)
- fullName: system.fabric.exception.FabricMessageTooLargeException.FabricMessageTooLargeException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
name: FabricMessageTooLargeException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
nameWithType: FabricMessageTooLargeException.FabricMessageTooLargeException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
parameters:
- name: message
type: <xref href="String?alt=String&text=String" data-throw-if-not-resolved="False"/>
- name: cause
type: <xref href="Throwable?alt=Throwable&text=Throwable" data-throw-if-not-resolved="False"/>
- name: enableSuppression
type: <xref href="boolean?alt=boolean&text=boolean" data-throw-if-not-resolved="False"/>
- name: writableStackTrace
type: <xref href="boolean?alt=boolean&text=boolean" data-throw-if-not-resolved="False"/>
syntax: protected FabricMessageTooLargeException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
uid: system.fabric.exception.FabricMessageTooLargeException.FabricMessageTooLargeException(String,Throwable,boolean,boolean)
- fullName: system.fabric.exception.FabricMessageTooLargeException.FabricMessageTooLargeException(Throwable cause)
name: FabricMessageTooLargeException(Throwable cause)
nameWithType: FabricMessageTooLargeException.FabricMessageTooLargeException(Throwable cause)
parameters:
- name: cause
type: <xref href="Throwable?alt=Throwable&text=Throwable" data-throw-if-not-resolved="False"/>
syntax: public FabricMessageTooLargeException(Throwable cause)
uid: system.fabric.exception.FabricMessageTooLargeException.FabricMessageTooLargeException(Throwable)
inheritances:
- <xref href="java.lang.Object" data-throw-if-not-resolved="False"/>
- <xref href="RuntimeException" data-throw-if-not-resolved="False"/>
- <xref href="system.fabric.exception.FabricException?alt=system.fabric.exception.FabricException&text=FabricException" data-throw-if-not-resolved="False"/>
inheritedMembers:
- system.fabric.exception.FabricException.FabricException()
- system.fabric.exception.FabricException.FabricException(FabricErrorCode)
- system.fabric.exception.FabricException.FabricException(String)
- system.fabric.exception.FabricException.FabricException(String,FabricErrorCode)
- system.fabric.exception.FabricException.FabricException(String,Throwable)
- system.fabric.exception.FabricException.FabricException(String,Throwable,FabricErrorCode)
- system.fabric.exception.FabricException.FabricException(Throwable)
- system.fabric.exception.FabricException.FabricException(Throwable,FabricErrorCode)
- system.fabric.exception.FabricException.FabricException(String,Throwable,boolean,boolean)
- system.fabric.exception.FabricException.FabricException(String,Throwable,boolean,boolean,FabricErrorCode)
- system.fabric.exception.FabricException.getErrorCode()
nameWithType: FabricMessageTooLargeException
syntax: public class FabricMessageTooLargeException extends FabricException
type: class
uid: system.fabric.exception.FabricMessageTooLargeException
fullName: system.fabric.exception.FabricMessageTooLargeException
name: FabricMessageTooLargeException
package: system.fabric.exception
metadata: {}