Class IdAlreadyExistsException

All Implemented Interfaces:
Serializable

public class IdAlreadyExistsException extends CAKEException
A IdAlreadyExistsException should be thrown if an id already exists.
See Also:
  • Constructor Details

    • IdAlreadyExistsException

      public IdAlreadyExistsException(String message, String... parameter)
      Parameters:
      message - An exception description.
      parameter - Additional parameters.
    • IdAlreadyExistsException

      public IdAlreadyExistsException(String message, Throwable cause, String... parameter)
      Parameters:
      message - An exception description.
      cause - The cause of the exception.
      parameter - Additional parameters.