FabricBackupInProgressException Class
- java.
lang. Object - RuntimeException
- FabricException
- system.
fabric. exception. FabricBackupInProgressException
- system.
public class FabricBackupInProgressException extends FabricException
The exception that is thrown when an attempt is made to create a backup when a previous backup is in progress.
Constructor Summary
Constructor | Description | |
---|---|---|
FabricBackupInProgressException() |
Initializes a new instance of the FabricBackupInProgressException class. |
|
FabricBackupInProgressException(String message) |
Initializes a new instance of the FabricBackupInProgressException class with a specified error message. |
|
FabricBackupInProgressException(String message, Throwable cause) |
Initializes a new instance of the FabricBackupInProgressException class with a specified error message and a reference to the inner exception that is the cause of this exception. |
|
FabricBackupInProgressException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace) | ||
FabricBackupInProgressException(Throwable cause) |
Inherited Members
Constructor Details
FabricBackupInProgressException
public FabricBackupInProgressException()
Initializes a new instance of the FabricBackupInProgressException class.
FabricBackupInProgressException
public FabricBackupInProgressException(String message)
Initializes a new instance of the FabricBackupInProgressException class with a specified error message.
Parameters:
FabricBackupInProgressException
public FabricBackupInProgressException(String message, Throwable cause)
Initializes a new instance of the FabricBackupInProgressException class with a specified error message and a reference to the inner exception that is the cause of this exception.
Parameters:
FabricBackupInProgressException
protected FabricBackupInProgressException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
Parameters:
FabricBackupInProgressException
public FabricBackupInProgressException(Throwable cause)
Parameters:
Applies to
Azure SDK for Java