NutrientException

public void NutrientException(String message)

Constructs a new NutrientException with the specified message.

Parameters

message

the detail message


public void NutrientException(String message, int errorCode)

Constructs a new NutrientException with the specified message and error code.

Parameters

message

the detail message

errorCode

the native error code


public void NutrientException(String message, Throwable cause)

Constructs a new NutrientException with the specified message and cause.

Parameters

message

the detail message

cause

the cause


public void NutrientException(String message, Throwable cause, int errorCode)

Constructs a new NutrientException with the specified message, cause, and error code.

Parameters

message

the detail message

cause

the cause

errorCode

the native error code