你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

FabricElementAlreadyExistsException Class

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

public class FabricElementAlreadyExistsException extends FabricException

Constructor Summary

Constructor Description
FabricElementAlreadyExistsException()
FabricElementAlreadyExistsException(FabricErrorCode errorCode)
FabricElementAlreadyExistsException(String message)
FabricElementAlreadyExistsException(String message, FabricErrorCode errorCode)
FabricElementAlreadyExistsException(String message, Throwable cause)
FabricElementAlreadyExistsException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
FabricElementAlreadyExistsException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace, FabricErrorCode errorCode)
FabricElementAlreadyExistsException(String message, Throwable cause, FabricErrorCode errorCode)
FabricElementAlreadyExistsException(Throwable cause)
FabricElementAlreadyExistsException(Throwable cause, FabricErrorCode errorCode)

Inherited Members

Constructor Details

FabricElementAlreadyExistsException

public FabricElementAlreadyExistsException()

FabricElementAlreadyExistsException

public FabricElementAlreadyExistsException(FabricErrorCode errorCode)

Parameters:

errorCode

FabricElementAlreadyExistsException

public FabricElementAlreadyExistsException(String message)

Parameters:

message

FabricElementAlreadyExistsException

public FabricElementAlreadyExistsException(String message, FabricErrorCode errorCode)

Parameters:

message
errorCode

FabricElementAlreadyExistsException

public FabricElementAlreadyExistsException(String message, Throwable cause)

Parameters:

message
cause

FabricElementAlreadyExistsException

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

Parameters:

message
cause
enableSuppression
writableStackTrace

FabricElementAlreadyExistsException

protected FabricElementAlreadyExistsException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace, FabricErrorCode errorCode)

Parameters:

message
cause
enableSuppression
writableStackTrace
errorCode

FabricElementAlreadyExistsException

public FabricElementAlreadyExistsException(String message, Throwable cause, FabricErrorCode errorCode)

Parameters:

message
cause
errorCode

FabricElementAlreadyExistsException

public FabricElementAlreadyExistsException(Throwable cause)

Parameters:

cause

FabricElementAlreadyExistsException

public FabricElementAlreadyExistsException(Throwable cause, FabricErrorCode errorCode)

Parameters:

cause
errorCode

Applies to