Package com.bytedesk.core.uid.exception
Class UidGenerateException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.bytedesk.core.uid.exception.UidGenerateException
- All Implemented Interfaces:
Serializable
UidGenerateException
- Author:
- yutianbao
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionDefault constructorUidGenerateException
(String message) Constructor with messageUidGenerateException
(String msgFormat, Object... args) Constructor with message formatUidGenerateException
(String message, Throwable cause) Constructor with message and causeUidGenerateException
(Throwable cause) Constructor with cause -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
serialVersionUID
private static final long serialVersionUIDSerial Version UID- See Also:
-
-
Constructor Details
-
UidGenerateException
public UidGenerateException()Default constructor -
UidGenerateException
Constructor with message and cause- Parameters:
message
-cause
-
-
UidGenerateException
Constructor with message- Parameters:
message
-
-
UidGenerateException
Constructor with message format- Parameters:
msgFormat
-args
-
-
UidGenerateException
Constructor with cause- Parameters:
cause
-
-