FabricKeyNotFoundException Class
- java.
lang. Object - RuntimeException
- FabricException
- system.
fabric. exception. FabricKeyNotFoundException
- system.
public class FabricKeyNotFoundException extends FabricException
Constructor Summary
Inherited Members
FabricException.FabricException()
FabricException.FabricException(FabricErrorCode errorCode)
FabricException.FabricException(String message)
FabricException.FabricException(String message, FabricErrorCode errorCode)
FabricException.FabricException(String message, Throwable cause)
FabricException.FabricException(String message, Throwable cause, FabricErrorCode errorCode)
FabricException.FabricException(Throwable cause)
FabricException.FabricException(Throwable cause, FabricErrorCode errorCode)
FabricException.FabricException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
FabricException.FabricException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace, FabricErrorCode errorCode)
FabricException.getErrorCode()
Constructor Details
FabricKeyNotFoundException
public FabricKeyNotFoundException()
FabricKeyNotFoundException
public FabricKeyNotFoundException(String message)
Parameters:
message
FabricKeyNotFoundException
public FabricKeyNotFoundException(String message, Throwable cause)
Parameters:
message
cause
FabricKeyNotFoundException
protected FabricKeyNotFoundException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
Parameters:
message
cause
enableSuppression
writableStackTrace
FabricKeyNotFoundException
public FabricKeyNotFoundException(Throwable cause)
Parameters:
cause
Applies to
Colabore connosco no GitHub
A origem deste conteúdo pode ser encontrada no GitHub, onde também pode criar e rever problemas e pedidos Pull. Para mais informações, consulte o nosso guia do contribuidor.
Azure SDK for Java