FabricBackupInProgressException Class

  • java.lang.Object
    • RuntimeException

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:

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

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:

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.

FabricBackupInProgressException

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

Parameters:

message
cause
enableSuppression
writableStackTrace

FabricBackupInProgressException

public FabricBackupInProgressException(Throwable cause)

Parameters:

cause

Applies to