Class CUIDGenerationException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
uno.xifan.id.generator.cuid.CUIDGenerationException
All Implemented Interfaces:
Serializable

public class CUIDGenerationException extends RuntimeException
Exception indicates that the generation of a new CUID has failed.
Since:
2.0.0
See Also:
  • Constructor Details

    • CUIDGenerationException

      public CUIDGenerationException(Throwable cause)
      Creates a new instance.
      Parameters:
      cause - Cause of the exception
      Since:
      2.0.0
    • CUIDGenerationException

      public CUIDGenerationException(String cause)
      Creates a new instance.
      Parameters:
      cause - Cause of the exception
      Since:
      2.0.1