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