FabricKeyNotFoundException Class

  • java.lang.Object
    • RuntimeException

public class FabricKeyNotFoundException extends FabricException

Constructor Summary

Constructor Description
FabricKeyNotFoundException()
FabricKeyNotFoundException(String message)
FabricKeyNotFoundException(String message, Throwable cause)
FabricKeyNotFoundException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
FabricKeyNotFoundException(Throwable cause)

Inherited Members

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