FabricServiceNotFoundException Class

public class FabricServiceNotFoundException extends FabricElementNotFoundException

Exception indicating that there is no Service Found by that name.

Constructor Summary

Constructor Description
FabricServiceNotFoundException()

Initializes a new instance of the FabricServiceNotFoundException class. }

FabricServiceNotFoundException(String message)

Initializes a new instance of the FabricServiceNotFoundException class with a specified error message.

FabricServiceNotFoundException(String message, Throwable cause)

Initializes a new instance of the FabricServiceNotFoundException class with a specified error message and a reference to the inner exception that is the cause of this exception.

FabricServiceNotFoundException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
FabricServiceNotFoundException(Throwable cause)

Inherited Members

FabricElementNotFoundException.FabricElementNotFoundException() FabricElementNotFoundException.FabricElementNotFoundException(FabricErrorCode errorCode) FabricElementNotFoundException.FabricElementNotFoundException(String message, FabricErrorCode errorCode) FabricElementNotFoundException.FabricElementNotFoundException(String message, Throwable cause, FabricErrorCode errorCode) FabricElementNotFoundException.FabricElementNotFoundException(String message, Throwable cause) FabricElementNotFoundException.FabricElementNotFoundException(String message) FabricElementNotFoundException.FabricElementNotFoundException(Throwable cause, FabricErrorCode errorCode) FabricElementNotFoundException.FabricElementNotFoundException(Throwable cause) FabricElementNotFoundException.FabricElementNotFoundException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace, FabricErrorCode errorCode) FabricElementNotFoundException.FabricElementNotFoundException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace) 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

FabricServiceNotFoundException

public FabricServiceNotFoundException()

Initializes a new instance of the FabricServiceNotFoundException class. }

FabricServiceNotFoundException

public FabricServiceNotFoundException(String message)

Initializes a new instance of the FabricServiceNotFoundException class with a specified error message.

Parameters:

message - The error message that explains the reason for the exception.

FabricServiceNotFoundException

public FabricServiceNotFoundException(String message, Throwable cause)

Initializes a new instance of the FabricServiceNotFoundException class with a specified error message and a reference to the inner exception that is the cause of this exception.

Parameters:

message - The error message that explains the reason for the exception.
cause - The exception that is the cause of the current exception, or a null reference if no inner exception is specified.

FabricServiceNotFoundException

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

Parameters:

message
cause
enableSuppression
writableStackTrace

FabricServiceNotFoundException

public FabricServiceNotFoundException(Throwable cause)

Parameters:

cause

Applies to