Class ObjectAlreadyExistsException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.exoplatform.commons.ObjectAlreadyExistsException
All Implemented Interfaces:
Serializable

public class ObjectAlreadyExistsException extends Exception
See Also:
  • Constructor Details

    • ObjectAlreadyExistsException

      public ObjectAlreadyExistsException(Object existingObject)
    • ObjectAlreadyExistsException

      public ObjectAlreadyExistsException(Object existingObject, String message)
    • ObjectAlreadyExistsException

      public ObjectAlreadyExistsException(Object existingObject, String message, Throwable e)