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 couldn't be found.

See Also:
Serialized Form

Field Summary
static java.lang.String COPYRIGHT
the copyright information
Constructor Summary
RLPromotionTypeNotFoundException(java.lang.String type)
RLPromotionTypeNotFoundException constructor.
Method Summary
java.lang.String getLocalizedMessage()
gets the localized message
java.lang.String getType()
gets the type
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
Methods inherited from class java.lang.Object
clone, equals, finalize, 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.
Method Detail

getLocalizedMessage

public java.lang.String getLocalizedMessage()
gets the localized message
Returns:
java.lang.String

getType

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

Feedback