FabricElementNotFoundException Class

  • java.lang.Object
    • RuntimeException

public class FabricElementNotFoundException extends FabricException

Constructor Summary

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

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