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

79 строки
5.5 KiB
YAML

### YamlMime:JavaType
constructors:
- fullName: system.fabric.exception.FabricEndpointNotFoundException.FabricEndpointNotFoundException()
name: FabricEndpointNotFoundException()
nameWithType: FabricEndpointNotFoundException.FabricEndpointNotFoundException()
summary: <p>Initializes a new instance of the <xref uid="system.fabric.exception.FabricEndpointNotFoundException" data-throw-if-not-resolved="false" data-raw-source="FabricEndpointNotFoundException"></xref> class. </p>
syntax: public FabricEndpointNotFoundException()
uid: system.fabric.exception.FabricEndpointNotFoundException.FabricEndpointNotFoundException()
- fullName: system.fabric.exception.FabricEndpointNotFoundException.FabricEndpointNotFoundException(String message)
name: FabricEndpointNotFoundException(String message)
nameWithType: FabricEndpointNotFoundException.FabricEndpointNotFoundException(String message)
parameters:
- description: <p>input message </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.FabricEndpointNotFoundException" data-throw-if-not-resolved="false" data-raw-source="FabricEndpointNotFoundException"></xref> class with a specified error message.</p>
<p></p>
syntax: public FabricEndpointNotFoundException(String message)
uid: system.fabric.exception.FabricEndpointNotFoundException.FabricEndpointNotFoundException(String)
- fullName: system.fabric.exception.FabricEndpointNotFoundException.FabricEndpointNotFoundException(String message, Throwable cause)
name: FabricEndpointNotFoundException(String message, Throwable cause)
nameWithType: FabricEndpointNotFoundException.FabricEndpointNotFoundException(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 FabricEndpointNotFoundException(String message, Throwable cause)
uid: system.fabric.exception.FabricEndpointNotFoundException.FabricEndpointNotFoundException(String,Throwable)
- fullName: system.fabric.exception.FabricEndpointNotFoundException.FabricEndpointNotFoundException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
name: FabricEndpointNotFoundException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
nameWithType: FabricEndpointNotFoundException.FabricEndpointNotFoundException(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 FabricEndpointNotFoundException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
uid: system.fabric.exception.FabricEndpointNotFoundException.FabricEndpointNotFoundException(String,Throwable,boolean,boolean)
- fullName: system.fabric.exception.FabricEndpointNotFoundException.FabricEndpointNotFoundException(Throwable cause)
name: FabricEndpointNotFoundException(Throwable cause)
nameWithType: FabricEndpointNotFoundException.FabricEndpointNotFoundException(Throwable cause)
parameters:
- name: cause
type: <xref href="Throwable?alt=Throwable&text=Throwable" data-throw-if-not-resolved="False"/>
syntax: public FabricEndpointNotFoundException(Throwable cause)
uid: system.fabric.exception.FabricEndpointNotFoundException.FabricEndpointNotFoundException(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: FabricEndpointNotFoundException
syntax: public class FabricEndpointNotFoundException extends FabricException
type: class
uid: system.fabric.exception.FabricEndpointNotFoundException
fullName: system.fabric.exception.FabricEndpointNotFoundException
name: FabricEndpointNotFoundException
package: system.fabric.exception
summary: <p>Exception indicating that the specified endpoint was not found. </p>
metadata: {}