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 | Description | |
---|---|---|
Fabric |
Initializes a new instance of the FabricBackupInProgressException class. |
|
Fabric |
Initializes a new instance of the FabricBackupInProgressException class with a specified error message. |
|
Fabric |
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. |
|
Fabric |
||
Fabric |
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: