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

96 строки
7.3 KiB
YAML

### YamlMime:JavaType
constructors:
- fullName: system.fabric.exception.FabricServiceNotFoundException.FabricServiceNotFoundException()
name: FabricServiceNotFoundException()
nameWithType: FabricServiceNotFoundException.FabricServiceNotFoundException()
summary: <p>Initializes a new instance of the <xref uid="system.fabric.exception.FabricServiceNotFoundException" data-throw-if-not-resolved="false" data-raw-source="FabricServiceNotFoundException"></xref> class. } </p>
syntax: public FabricServiceNotFoundException()
uid: system.fabric.exception.FabricServiceNotFoundException.FabricServiceNotFoundException()
- fullName: system.fabric.exception.FabricServiceNotFoundException.FabricServiceNotFoundException(String message)
name: FabricServiceNotFoundException(String message)
nameWithType: FabricServiceNotFoundException.FabricServiceNotFoundException(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 the <xref uid="system.fabric.exception.FabricServiceNotFoundException" data-throw-if-not-resolved="false" data-raw-source="FabricServiceNotFoundException"></xref> class with a specified error message.</p>
<p></p>
syntax: public FabricServiceNotFoundException(String message)
uid: system.fabric.exception.FabricServiceNotFoundException.FabricServiceNotFoundException(String)
- fullName: system.fabric.exception.FabricServiceNotFoundException.FabricServiceNotFoundException(String message, Throwable cause)
name: FabricServiceNotFoundException(String message, Throwable cause)
nameWithType: FabricServiceNotFoundException.FabricServiceNotFoundException(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 the <xref uid="system.fabric.exception.FabricServiceNotFoundException" data-throw-if-not-resolved="false" data-raw-source="FabricServiceNotFoundException"></xref> class with a specified error message and a reference to the inner exception that is the cause of this exception.</p>
<p></p>
syntax: public FabricServiceNotFoundException(String message, Throwable cause)
uid: system.fabric.exception.FabricServiceNotFoundException.FabricServiceNotFoundException(String,Throwable)
- fullName: system.fabric.exception.FabricServiceNotFoundException.FabricServiceNotFoundException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
name: FabricServiceNotFoundException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
nameWithType: FabricServiceNotFoundException.FabricServiceNotFoundException(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 FabricServiceNotFoundException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
uid: system.fabric.exception.FabricServiceNotFoundException.FabricServiceNotFoundException(String,Throwable,boolean,boolean)
- fullName: system.fabric.exception.FabricServiceNotFoundException.FabricServiceNotFoundException(Throwable cause)
name: FabricServiceNotFoundException(Throwable cause)
nameWithType: FabricServiceNotFoundException.FabricServiceNotFoundException(Throwable cause)
parameters:
- name: cause
type: <xref href="Throwable?alt=Throwable&text=Throwable" data-throw-if-not-resolved="False"/>
syntax: public FabricServiceNotFoundException(Throwable cause)
uid: system.fabric.exception.FabricServiceNotFoundException.FabricServiceNotFoundException(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" data-throw-if-not-resolved="False"/>
- <xref href="system.fabric.exception.FabricElementNotFoundException?alt=system.fabric.exception.FabricElementNotFoundException&text=FabricElementNotFoundException" data-throw-if-not-resolved="False"/>
inheritedMembers:
- system.fabric.exception.FabricElementNotFoundException.FabricElementNotFoundException()
- system.fabric.exception.FabricElementNotFoundException.FabricElementNotFoundException(FabricErrorCode)
- system.fabric.exception.FabricElementNotFoundException.FabricElementNotFoundException(String,FabricErrorCode)
- system.fabric.exception.FabricElementNotFoundException.FabricElementNotFoundException(String,Throwable,FabricErrorCode)
- system.fabric.exception.FabricElementNotFoundException.FabricElementNotFoundException(String,Throwable)
- system.fabric.exception.FabricElementNotFoundException.FabricElementNotFoundException(String)
- system.fabric.exception.FabricElementNotFoundException.FabricElementNotFoundException(Throwable,FabricErrorCode)
- system.fabric.exception.FabricElementNotFoundException.FabricElementNotFoundException(Throwable)
- system.fabric.exception.FabricElementNotFoundException.FabricElementNotFoundException(String,Throwable,boolean,boolean,FabricErrorCode)
- system.fabric.exception.FabricElementNotFoundException.FabricElementNotFoundException(String,Throwable,boolean,boolean)
- 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: FabricServiceNotFoundException
syntax: public class FabricServiceNotFoundException extends FabricElementNotFoundException
type: class
uid: system.fabric.exception.FabricServiceNotFoundException
fullName: system.fabric.exception.FabricServiceNotFoundException
name: FabricServiceNotFoundException
package: system.fabric.exception
summary: <p>Exception indicating that there is no Service Found by that name. </p>
metadata: {}