Class GenieIdAlreadyExistsException

All Implemented Interfaces:
Serializable

public class GenieIdAlreadyExistsException extends GenieRuntimeException
Exception thrown when an id is attempting to be saved that already exists in the system.
Since:
4.0.0
See Also:
  • Constructor Details

    • GenieIdAlreadyExistsException

      public GenieIdAlreadyExistsException()
      Constructor.
    • GenieIdAlreadyExistsException

      public GenieIdAlreadyExistsException(String message)
      Constructor.
      Parameters:
      message - The detail message
    • GenieIdAlreadyExistsException

      public GenieIdAlreadyExistsException(String message, Throwable cause)
      Constructor.
      Parameters:
      message - The detail message
      cause - The root cause of this exception
    • GenieIdAlreadyExistsException

      public GenieIdAlreadyExistsException(Throwable cause)
      Constructor.
      Parameters:
      cause - The root cause of this exception