FabricElementNotFoundException Class

  • java.lang.Object
    • RuntimeException

public class FabricElementNotFoundException extends FabricException

Inherited Members

Constructor Details

FabricElementNotFoundException

public FabricElementNotFoundException()

FabricElementNotFoundException

public FabricElementNotFoundException(FabricErrorCode errorCode)

Parameters:

errorCode

FabricElementNotFoundException

public FabricElementNotFoundException(String message)

Parameters:

message

FabricElementNotFoundException

public FabricElementNotFoundException(String message, FabricErrorCode errorCode)

Parameters:

message
errorCode

FabricElementNotFoundException

public FabricElementNotFoundException(String message, Throwable cause)

Parameters:

message
cause

FabricElementNotFoundException

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

Parameters:

message
cause
enableSuppression
writableStackTrace

FabricElementNotFoundException

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

Parameters:

message
cause
enableSuppression
writableStackTrace
errorCode

FabricElementNotFoundException

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

Parameters:

message
cause
errorCode

FabricElementNotFoundException

public FabricElementNotFoundException(Throwable cause)

Parameters:

cause

FabricElementNotFoundException

public FabricElementNotFoundException(Throwable cause, FabricErrorCode errorCode)

Parameters:

cause
errorCode

Applies to