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