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

72 строки
4.7 KiB
YAML

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