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

85 строки
6.2 KiB
YAML

### YamlMime:JavaType
constructors:
- fullName: system.fabric.exception.FabricBackupInProgressException.FabricBackupInProgressException()
name: FabricBackupInProgressException()
nameWithType: FabricBackupInProgressException.FabricBackupInProgressException()
summary: <p>Initializes a new instance of the <xref uid="system.fabric.exception.FabricBackupInProgressException" data-throw-if-not-resolved="false" data-raw-source="FabricBackupInProgressException"></xref> class. </p>
syntax: public FabricBackupInProgressException()
uid: system.fabric.exception.FabricBackupInProgressException.FabricBackupInProgressException()
- fullName: system.fabric.exception.FabricBackupInProgressException.FabricBackupInProgressException(String message)
name: FabricBackupInProgressException(String message)
nameWithType: FabricBackupInProgressException.FabricBackupInProgressException(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.FabricBackupInProgressException" data-throw-if-not-resolved="false" data-raw-source="FabricBackupInProgressException"></xref> class with a specified error message.</p>
<p></p>
syntax: public FabricBackupInProgressException(String message)
uid: system.fabric.exception.FabricBackupInProgressException.FabricBackupInProgressException(String)
- fullName: system.fabric.exception.FabricBackupInProgressException.FabricBackupInProgressException(String message, Throwable cause)
name: FabricBackupInProgressException(String message, Throwable cause)
nameWithType: FabricBackupInProgressException.FabricBackupInProgressException(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.FabricBackupInProgressException" data-throw-if-not-resolved="false" data-raw-source="FabricBackupInProgressException"></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 FabricBackupInProgressException(String message, Throwable cause)
uid: system.fabric.exception.FabricBackupInProgressException.FabricBackupInProgressException(String,Throwable)
- fullName: system.fabric.exception.FabricBackupInProgressException.FabricBackupInProgressException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
name: FabricBackupInProgressException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
nameWithType: FabricBackupInProgressException.FabricBackupInProgressException(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 FabricBackupInProgressException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
uid: system.fabric.exception.FabricBackupInProgressException.FabricBackupInProgressException(String,Throwable,boolean,boolean)
- fullName: system.fabric.exception.FabricBackupInProgressException.FabricBackupInProgressException(Throwable cause)
name: FabricBackupInProgressException(Throwable cause)
nameWithType: FabricBackupInProgressException.FabricBackupInProgressException(Throwable cause)
parameters:
- name: cause
type: <xref href="Throwable?alt=Throwable&text=Throwable" data-throw-if-not-resolved="False"/>
syntax: public FabricBackupInProgressException(Throwable cause)
uid: system.fabric.exception.FabricBackupInProgressException.FabricBackupInProgressException(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: FabricBackupInProgressException
syntax: public class FabricBackupInProgressException extends FabricException
type: class
uid: system.fabric.exception.FabricBackupInProgressException
fullName: system.fabric.exception.FabricBackupInProgressException
name: FabricBackupInProgressException
package: system.fabric.exception
summary: <p>The exception that is thrown when an attempt is made to create a backup when a previous backup is in progress. </p>
metadata: {}