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

72 строки
4.7 KiB
YAML

### YamlMime:JavaType
constructors:
- fullName: system.fabric.exception.FabricNotPrimaryException.FabricNotPrimaryException()
name: FabricNotPrimaryException()
nameWithType: FabricNotPrimaryException.FabricNotPrimaryException()
syntax: public FabricNotPrimaryException()
uid: system.fabric.exception.FabricNotPrimaryException.FabricNotPrimaryException()
- fullName: system.fabric.exception.FabricNotPrimaryException.FabricNotPrimaryException(String message)
name: FabricNotPrimaryException(String message)
nameWithType: FabricNotPrimaryException.FabricNotPrimaryException(String message)
parameters:
- name: message
type: <xref href="String?alt=String&text=String" data-throw-if-not-resolved="False"/>
syntax: public FabricNotPrimaryException(String message)
uid: system.fabric.exception.FabricNotPrimaryException.FabricNotPrimaryException(String)
- fullName: system.fabric.exception.FabricNotPrimaryException.FabricNotPrimaryException(String message, Throwable cause)
name: FabricNotPrimaryException(String message, Throwable cause)
nameWithType: FabricNotPrimaryException.FabricNotPrimaryException(String message, Throwable cause)
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"/>
syntax: public FabricNotPrimaryException(String message, Throwable cause)
uid: system.fabric.exception.FabricNotPrimaryException.FabricNotPrimaryException(String,Throwable)
- fullName: system.fabric.exception.FabricNotPrimaryException.FabricNotPrimaryException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
name: FabricNotPrimaryException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
nameWithType: FabricNotPrimaryException.FabricNotPrimaryException(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 FabricNotPrimaryException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
uid: system.fabric.exception.FabricNotPrimaryException.FabricNotPrimaryException(String,Throwable,boolean,boolean)
- fullName: system.fabric.exception.FabricNotPrimaryException.FabricNotPrimaryException(Throwable cause)
name: FabricNotPrimaryException(Throwable cause)
nameWithType: FabricNotPrimaryException.FabricNotPrimaryException(Throwable cause)
parameters:
- name: cause
type: <xref href="Throwable?alt=Throwable&text=Throwable" data-throw-if-not-resolved="False"/>
syntax: public FabricNotPrimaryException(Throwable cause)
uid: system.fabric.exception.FabricNotPrimaryException.FabricNotPrimaryException(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: FabricNotPrimaryException
syntax: public class FabricNotPrimaryException extends FabricException
type: class
uid: system.fabric.exception.FabricNotPrimaryException
fullName: system.fabric.exception.FabricNotPrimaryException
name: FabricNotPrimaryException
package: system.fabric.exception
metadata: {}