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

128 строки
9.2 KiB
YAML

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