Class DuplicateCardException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
me.ramendev.expokert.exception.DuplicateCardException
All Implemented Interfaces:
Serializable

public class DuplicateCardException extends RuntimeException
Represents a scenario where adding a Card would result in duplicates.
See Also:
  • Constructor Details

    • DuplicateCardException

      public DuplicateCardException(String message)
      Default inherited constructor that constructs a message for the exception.
      Parameters:
      message - The message of the exception.