Class AlreadyExistsException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
de.hybris.platform.personalizationfacades.exceptions.AlreadyExistsException
All Implemented Interfaces:
Serializable

public class AlreadyExistsException extends RuntimeException
Exception is thrown object already exists
See Also:
  • Constructor Details

    • AlreadyExistsException

      public AlreadyExistsException()
    • AlreadyExistsException

      public AlreadyExistsException(String message, Throwable cause)
    • AlreadyExistsException

      public AlreadyExistsException(String message)
    • AlreadyExistsException

      public AlreadyExistsException(Throwable cause)