com.ibm.commerce.marketing.promotion.persistence

Class PersistenceObjectAlreadyExistsException

  • All Implemented Interfaces:
    java.io.Serializable


    public class PersistenceObjectAlreadyExistsException
    extends PersistenceException
    A PersistenceObjectAlreadyExistsException exception is thrown when an attempt is made to create an object that already exists in persistence storage.
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field and Description
      static java.lang.String COPYRIGHT
      IBM Copyright
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • COPYRIGHT

        public static final java.lang.String COPYRIGHT
        IBM Copyright
        See Also:
        Constant Field Values
    • Constructor Detail

      • PersistenceObjectAlreadyExistsException

        public PersistenceObjectAlreadyExistsException()
        Constructor for PersistenceObjectAlreadyExistsException.
      • PersistenceObjectAlreadyExistsException

        public PersistenceObjectAlreadyExistsException(java.lang.String s)
        Constructor for PersistenceObjectAlreadyExistsException.
        Parameters:
        s - Detailed error message.