你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
FabricElementAlreadyExistsException Class
- java.
lang. Object - RuntimeException
- FabricException
- system.
fabric. exception. FabricElementAlreadyExistsException
- system.
public class FabricElementAlreadyExistsException extends FabricException
Constructor Summary
Inherited Members
Constructor Details
FabricElementAlreadyExistsException
public FabricElementAlreadyExistsException()
FabricElementAlreadyExistsException
public FabricElementAlreadyExistsException(FabricErrorCode errorCode)
Parameters:
FabricElementAlreadyExistsException
public FabricElementAlreadyExistsException(String message)
Parameters:
FabricElementAlreadyExistsException
public FabricElementAlreadyExistsException(String message, FabricErrorCode errorCode)
Parameters:
FabricElementAlreadyExistsException
public FabricElementAlreadyExistsException(String message, Throwable cause)
Parameters:
FabricElementAlreadyExistsException
protected FabricElementAlreadyExistsException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
Parameters:
FabricElementAlreadyExistsException
protected FabricElementAlreadyExistsException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace, FabricErrorCode errorCode)
Parameters:
FabricElementAlreadyExistsException
public FabricElementAlreadyExistsException(String message, Throwable cause, FabricErrorCode errorCode)
Parameters:
FabricElementAlreadyExistsException
public FabricElementAlreadyExistsException(Throwable cause)
Parameters:
FabricElementAlreadyExistsException
public FabricElementAlreadyExistsException(Throwable cause, FabricErrorCode errorCode)
Parameters: