Package icu.congee.id.generator.cuid
Class CUIDGenerationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
icu.congee.id.generator.cuid.CUIDGenerationException
- All Implemented Interfaces:
Serializable
Exception indicates that the generation of a new CUID has failed.
- Since:
- 2.0.0
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCUIDGenerationException(String cause) Creates a new instance.CUIDGenerationException(Throwable cause) Creates a new instance. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
CUIDGenerationException
Creates a new instance.- Parameters:
cause- Cause of the exception- Since:
- 2.0.0
-
CUIDGenerationException
Creates a new instance.- Parameters:
cause- Cause of the exception- Since:
- 2.0.1
-