Class ObjectAlreadyExistsException

All Implemented Interfaces:
Serializable

public class ObjectAlreadyExistsException extends CAKEException
The ObjectAlreadyExistsException is thrown when an object is added that already exists.
Author:
Rainer Maximini
See Also:
  • Constructor Details

    • ObjectAlreadyExistsException

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

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