FabricBackupDirectoryNotEmptyException Class

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

public class FabricBackupDirectoryNotEmptyException extends FabricException

The exception that is thrown when the user provided backup directory is not empty.

Constructor Summary

Constructor Description
FabricBackupDirectoryNotEmptyException()

Initializes a new instance of the FabricBackupDirectoryNotEmptyException class.

FabricBackupDirectoryNotEmptyException(String message)

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

FabricBackupDirectoryNotEmptyException(String message, Throwable cause)

Initializes a new instance of the FabricBackupDirectoryNotEmptyException class with a specified error message and a reference to the inner exception that is the cause of this exception.

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

Inherited Members

Constructor Details

FabricBackupDirectoryNotEmptyException

public FabricBackupDirectoryNotEmptyException()

Initializes a new instance of the FabricBackupDirectoryNotEmptyException class.

FabricBackupDirectoryNotEmptyException

public FabricBackupDirectoryNotEmptyException(String message)

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

Parameters:

message - input message

FabricBackupDirectoryNotEmptyException

public FabricBackupDirectoryNotEmptyException(String message, Throwable cause)

Initializes a new instance of the FabricBackupDirectoryNotEmptyException 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.

FabricBackupDirectoryNotEmptyException

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

Parameters:

message
cause
enableSuppression
writableStackTrace

FabricBackupDirectoryNotEmptyException

public FabricBackupDirectoryNotEmptyException(Throwable cause)

Parameters:

cause

Applies to