com.ibm.commerce.marketing.promotion.persistence

Class PersistenceRemoveException

  • All Implemented Interfaces:
    java.io.Serializable


    public class PersistenceRemoveException
    extends PersistenceException
    The PersistenceRemoveException class is used to throw exceptions encountered when removing an object from 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

      • PersistenceRemoveException

        public PersistenceRemoveException()
        Constructor for PersistenceRemoveException.
      • PersistenceRemoveException

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