FabricDeleteBackupFileFailedException Class

  • java.lang.Object
    • RuntimeException
      • FabricException
        • system.fabric.exception.FabricDeleteBackupFileFailedException

public class FabricDeleteBackupFileFailedException extends FabricException

Constructor Summary

Constructor Description
FabricDeleteBackupFileFailedException()
FabricDeleteBackupFileFailedException(String message)

Initializes a new instance of the FabricCannotConnectException class with a specified error message.

FabricDeleteBackupFileFailedException(String message, Throwable cause)

Initializes a new instance of the FabricDeleteBackupFileFailedException class with a specified error message and error code.

FabricDeleteBackupFileFailedException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
FabricDeleteBackupFileFailedException(Throwable cause)

Inherited Members

Constructor Details

FabricDeleteBackupFileFailedException

public FabricDeleteBackupFileFailedException()

FabricDeleteBackupFileFailedException

public FabricDeleteBackupFileFailedException(String message)

Initializes a new instance of the FabricCannotConnectException class with a specified error message.

Parameters:

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

FabricDeleteBackupFileFailedException

public FabricDeleteBackupFileFailedException(String message, Throwable cause)

Initializes a new instance of the FabricDeleteBackupFileFailedException class with a specified error message and error code.

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.

FabricDeleteBackupFileFailedException

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

Parameters:

message
cause
enableSuppression
writableStackTrace

FabricDeleteBackupFileFailedException

public FabricDeleteBackupFileFailedException(Throwable cause)

Parameters:

cause

Applies to