Class DuplicateUidException

java.lang.Object
java.lang.Throwable
java.lang.Exception
de.hybris.platform.commerceservices.customer.DuplicateUidException
All Implemented Interfaces:
Serializable

public class DuplicateUidException extends Exception
Exception is thrown when an attempt to store an UID that is already assigned
See Also:
  • Constructor Details

    • DuplicateUidException

      public DuplicateUidException()
      Default constructor
    • DuplicateUidException

      public DuplicateUidException(String message, Throwable cause)
      Parameters:
      message -
      cause -
    • DuplicateUidException

      public DuplicateUidException(String message)
      Parameters:
      message -
    • DuplicateUidException

      public DuplicateUidException(Throwable cause)
      Parameters:
      cause -