Class DuplicateUidException
java.lang.Object
java.lang.Throwable
java.lang.Exception
de.hybris.platform.commerceservices.customer.DuplicateUidException
- All Implemented Interfaces:
Serializable
Exception is thrown when an attempt to store an UID that is already assigned
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDefault constructorDuplicateUidException(String message) DuplicateUidException(String message, Throwable cause) DuplicateUidException(Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
DuplicateUidException
public DuplicateUidException()Default constructor -
DuplicateUidException
- Parameters:
message-cause-
-
DuplicateUidException
- Parameters:
message-
-
DuplicateUidException
- Parameters:
cause-
-