FabricMissingFullBackupException Class

  • java.lang.Object
    • RuntimeException

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:

message - The error message that explains the reason for the exception.

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:

message - The error message that explains the reason for the exception.
cause - The exception that is the cause of the current exception, or a null reference if no inner exception is specified.

FabricMissingFullBackupException

protected FabricMissingFullBackupException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)

Parameters:

message
cause
enableSuppression
writableStackTrace

FabricMissingFullBackupException

public FabricMissingFullBackupException(Throwable cause)

Parameters:

cause

Applies to