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:
Applies to
Azure SDK for Java