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

84 строки
5.9 KiB
YAML
Исходник Обычный вид История

2020-12-04 07:30:31 +03:00
### YamlMime:JavaType
constructors:
- fullName: system.fabric.exception.FabricInvalidPartitionKeyException.FabricInvalidPartitionKeyException()
name: FabricInvalidPartitionKeyException()
nameWithType: FabricInvalidPartitionKeyException.FabricInvalidPartitionKeyException()
summary: <p>Initializes a new instance of <xref uid="system.fabric.exception.FabricInvalidPartitionKeyException" data-throw-if-not-resolved="false" data-raw-source="FabricInvalidPartitionKeyException"></xref> class. </p>
syntax: public FabricInvalidPartitionKeyException()
uid: system.fabric.exception.FabricInvalidPartitionKeyException.FabricInvalidPartitionKeyException()
- fullName: system.fabric.exception.FabricInvalidPartitionKeyException.FabricInvalidPartitionKeyException(String message)
name: FabricInvalidPartitionKeyException(String message)
nameWithType: FabricInvalidPartitionKeyException.FabricInvalidPartitionKeyException(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 FabricInvalidPartitionKeyException with specified message.</p>
<p></p>
syntax: public FabricInvalidPartitionKeyException(String message)
uid: system.fabric.exception.FabricInvalidPartitionKeyException.FabricInvalidPartitionKeyException(String)
- fullName: system.fabric.exception.FabricInvalidPartitionKeyException.FabricInvalidPartitionKeyException(String message, Throwable cause)
name: FabricInvalidPartitionKeyException(String message, Throwable cause)
nameWithType: FabricInvalidPartitionKeyException.FabricInvalidPartitionKeyException(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 FabricInvalidPartitionKeyException with specified message and inner exception.</p>
<p></p>
syntax: public FabricInvalidPartitionKeyException(String message, Throwable cause)
uid: system.fabric.exception.FabricInvalidPartitionKeyException.FabricInvalidPartitionKeyException(String,Throwable)
- fullName: system.fabric.exception.FabricInvalidPartitionKeyException.FabricInvalidPartitionKeyException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
name: FabricInvalidPartitionKeyException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
nameWithType: FabricInvalidPartitionKeyException.FabricInvalidPartitionKeyException(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 FabricInvalidPartitionKeyException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
uid: system.fabric.exception.FabricInvalidPartitionKeyException.FabricInvalidPartitionKeyException(String,Throwable,boolean,boolean)
- fullName: system.fabric.exception.FabricInvalidPartitionKeyException.FabricInvalidPartitionKeyException(Throwable cause)
name: FabricInvalidPartitionKeyException(Throwable cause)
nameWithType: FabricInvalidPartitionKeyException.FabricInvalidPartitionKeyException(Throwable cause)
parameters:
- name: cause
type: <xref href="Throwable?alt=Throwable&text=Throwable" data-throw-if-not-resolved="False"/>
syntax: public FabricInvalidPartitionKeyException(Throwable cause)
uid: system.fabric.exception.FabricInvalidPartitionKeyException.FabricInvalidPartitionKeyException(Throwable)
2020-12-04 07:30:31 +03:00
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: FabricInvalidPartitionKeyException
syntax: public class FabricInvalidPartitionKeyException extends FabricException
type: class
uid: system.fabric.exception.FabricInvalidPartitionKeyException
fullName: system.fabric.exception.FabricInvalidPartitionKeyException
name: FabricInvalidPartitionKeyException
package: system.fabric.exception
metadata: {}