Class UidGenerateException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.bytedesk.core.uid.exception.UidGenerateException
All Implemented Interfaces:
Serializable

public class UidGenerateException extends RuntimeException
UidGenerateException
Author:
yutianbao
See Also:
  • Field Details

    • serialVersionUID

      private static final long serialVersionUID
      Serial Version UID
      See Also:
  • Constructor Details

    • UidGenerateException

      public UidGenerateException()
      Default constructor
    • UidGenerateException

      public UidGenerateException(String message, Throwable cause)
      Constructor with message and cause
      Parameters:
      message -
      cause -
    • UidGenerateException

      public UidGenerateException(String message)
      Constructor with message
      Parameters:
      message -
    • UidGenerateException

      public UidGenerateException(String msgFormat, Object... args)
      Constructor with message format
      Parameters:
      msgFormat -
      args -
    • UidGenerateException

      public UidGenerateException(Throwable cause)
      Constructor with cause
      Parameters:
      cause -