Class UniqueCodeNotFoundException

All Implemented Interfaces:
Serializable

public class UniqueCodeNotFoundException extends NotFoundException
Thrown when a unique code cannot be found.
See Also:
  • Constructor Details

    • UniqueCodeNotFoundException

      public UniqueCodeNotFoundException()
      Creates a new instance.
    • UniqueCodeNotFoundException

      public UniqueCodeNotFoundException(String message)
      Creates a new instance with the given message.
      Parameters:
      message - the detail message
    • UniqueCodeNotFoundException

      public UniqueCodeNotFoundException(String message, Throwable cause)
      Creates a new instance with the given message and cause.
      Parameters:
      message - the detail message
      cause - the cause
    • UniqueCodeNotFoundException

      public UniqueCodeNotFoundException(Throwable cause)
      Creates a new instance with the given cause.
      Parameters:
      cause - the cause
    • UniqueCodeNotFoundException

      public UniqueCodeNotFoundException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
      Creates a new instance.
      Parameters:
      message - the detail message
      cause - the cause
      enableSuppression - whether suppression is enabled
      writableStackTrace - whether the stack trace is writable