com.ibm.commerce.marketing.promotion.dependency

Class DependencyMissingException

  • java.lang.Object
    • java.lang.Throwable
      • java.lang.Exception
        • com.ibm.commerce.marketing.promotion.dependency.DependencyMissingException
  • All Implemented Interfaces:
    java.io.Serializable


    public class DependencyMissingException
    extends java.lang.Exception
    Exception class for catching problems encountered due to missing external entities that promotion depends upon.
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field and Description
      static java.lang.String COPYRIGHT
      IBM copyright notice field.
    • 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 notice field.
        See Also:
        Constant Field Values
    • Constructor Detail

      • DependencyMissingException

        public DependencyMissingException()
        Constructor for DependencyMissingException.
      • DependencyMissingException

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