Package com.pspdfkit.exceptions
Class NutrientException
-
- All Implemented Interfaces:
-
java.io.Serializable
public class NutrientException extends RuntimeException
Top level class for all Nutrient exceptions.
-
-
Constructor Summary
Constructors Constructor Description NutrientException()
Creates the exception without any specific error message or cause. NutrientException(String detailMessage)
Creates the exception using the provided detail error message. NutrientException(String detailMessage, Throwable throwable)
Creates the exception using the provided detail error message and cause. NutrientException(Throwable throwable)
Creates the exception using the provided cause.
-
Method Summary
Modifier and Type Method Description -
-
Constructor Detail
-
NutrientException
NutrientException()
Creates the exception without any specific error message or cause.
-
NutrientException
NutrientException(String detailMessage)
Creates the exception using the provided detail error message.
-
NutrientException
NutrientException(String detailMessage, Throwable throwable)
Creates the exception using the provided detail error message and cause.
-
NutrientException
NutrientException(Throwable throwable)
Creates the exception using the provided cause.
-
-
-
-