com.ibm.commerce.tools.epromotion.exceptions

Class RLPromotionTypeNotFoundException

  • java.lang.Object
    • java.lang.Throwable
      • java.lang.Exception
        • java.lang.RuntimeException
          • com.ibm.commerce.tools.epromotion.exceptions.RLPromotionTypeNotFoundException
  • All Implemented Interfaces:
    java.io.Serializable


    public class RLPromotionTypeNotFoundException
    extends java.lang.RuntimeException
    Exception class when Promotion type could not be found.
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field and Description
      static java.lang.String COPYRIGHT
      The copyright information.
    • Constructor Summary

      Constructors 
      Constructor and Description
      RLPromotionTypeNotFoundException(java.lang.String type)
      RLPromotionTypeNotFoundException constructor.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      java.lang.String getLocalizedMessage()
      Gets the localized message.
      java.lang.String getType()
      Gets the type.
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, 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
        The copyright information.
        See Also:
        Constant Field Values
    • Constructor Detail

      • RLPromotionTypeNotFoundException

        public RLPromotionTypeNotFoundException(java.lang.String type)
        RLPromotionTypeNotFoundException constructor.
        Parameters:
        s - java.lang.String
    • Method Detail

      • getLocalizedMessage

        public java.lang.String getLocalizedMessage()
        Gets the localized message.
        Overrides:
        getLocalizedMessage in class java.lang.Throwable
        Returns:
        java.lang.String
      • getType

        public java.lang.String getType()
        Gets the type.
        Returns:
        java.lang.String