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

85 строки
6.8 KiB
YAML

### YamlMime:JavaType
constructors:
- fullName: system.fabric.exception.FabricReplicationOperationTooLargeException.FabricReplicationOperationTooLargeException()
name: FabricReplicationOperationTooLargeException()
nameWithType: FabricReplicationOperationTooLargeException.FabricReplicationOperationTooLargeException()
summary: <p>Initializes a new instance of the <xref uid="system.fabric.exception.FabricReplicationOperationTooLargeException" data-throw-if-not-resolved="false" data-raw-source="FabricReplicationOperationTooLargeException"></xref> class. </p>
syntax: public FabricReplicationOperationTooLargeException()
uid: system.fabric.exception.FabricReplicationOperationTooLargeException.FabricReplicationOperationTooLargeException()
- fullName: system.fabric.exception.FabricReplicationOperationTooLargeException.FabricReplicationOperationTooLargeException(String message)
name: FabricReplicationOperationTooLargeException(String message)
nameWithType: FabricReplicationOperationTooLargeException.FabricReplicationOperationTooLargeException(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.FabricReplicationOperationTooLargeException" data-throw-if-not-resolved="false" data-raw-source="FabricReplicationOperationTooLargeException"></xref> class with a specified error message.</p>
<p></p>
syntax: public FabricReplicationOperationTooLargeException(String message)
uid: system.fabric.exception.FabricReplicationOperationTooLargeException.FabricReplicationOperationTooLargeException(String)
- fullName: system.fabric.exception.FabricReplicationOperationTooLargeException.FabricReplicationOperationTooLargeException(String message, Throwable cause)
name: FabricReplicationOperationTooLargeException(String message, Throwable cause)
nameWithType: FabricReplicationOperationTooLargeException.FabricReplicationOperationTooLargeException(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.FabricReplicationOperationTooLargeException" data-throw-if-not-resolved="false" data-raw-source="FabricReplicationOperationTooLargeException"></xref> class with a specified error message and a reference to the inner exception that is the cause of this exception.</p>
<p></p>
syntax: public FabricReplicationOperationTooLargeException(String message, Throwable cause)
uid: system.fabric.exception.FabricReplicationOperationTooLargeException.FabricReplicationOperationTooLargeException(String,Throwable)
- fullName: system.fabric.exception.FabricReplicationOperationTooLargeException.FabricReplicationOperationTooLargeException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
name: FabricReplicationOperationTooLargeException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
nameWithType: FabricReplicationOperationTooLargeException.FabricReplicationOperationTooLargeException(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 FabricReplicationOperationTooLargeException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
uid: system.fabric.exception.FabricReplicationOperationTooLargeException.FabricReplicationOperationTooLargeException(String,Throwable,boolean,boolean)
- fullName: system.fabric.exception.FabricReplicationOperationTooLargeException.FabricReplicationOperationTooLargeException(Throwable cause)
name: FabricReplicationOperationTooLargeException(Throwable cause)
nameWithType: FabricReplicationOperationTooLargeException.FabricReplicationOperationTooLargeException(Throwable cause)
parameters:
- name: cause
type: <xref href="Throwable?alt=Throwable&text=Throwable" data-throw-if-not-resolved="False"/>
syntax: public FabricReplicationOperationTooLargeException(Throwable cause)
uid: system.fabric.exception.FabricReplicationOperationTooLargeException.FabricReplicationOperationTooLargeException(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: FabricReplicationOperationTooLargeException
syntax: public class FabricReplicationOperationTooLargeException extends FabricException
type: class
uid: system.fabric.exception.FabricReplicationOperationTooLargeException
fullName: system.fabric.exception.FabricReplicationOperationTooLargeException
name: FabricReplicationOperationTooLargeException
package: system.fabric.exception
summary: <p>Exception indicating that the associated replication operation is larger than the configured limit </p>
metadata: {}