com.ibm.commerce.marketing.promotion.dependency

Class DependencyInstantiationException

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


    public class DependencyInstantiationException
    extends java.lang.Exception
    Exception class for catching instantiation problems of 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

      • DependencyInstantiationException

        public DependencyInstantiationException()
        Constructor for DependencyInstantiationException.
      • DependencyInstantiationException

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