Class IDMakerException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
IDMakerAccessException, IDMakerInvalidArgumentException

public sealed class IDMakerException extends RuntimeException permits IDMakerAccessException, IDMakerInvalidArgumentException
The type Id maker exception.
Since:
2024. 6. 1.
Author:
yongjunhong
See Also:
  • Constructor Details

    • IDMakerException

      public IDMakerException(String message, Throwable cause)
      Instantiates a new Id maker exception.
      Parameters:
      message - the message
      cause - the cause
    • IDMakerException

      public IDMakerException(String message)
      Instantiates a new Id maker exception.
      Parameters:
      message - the message