com.ibm.commerce.bi.events.xml

Class NoSuchActionException

  • java.lang.Object
    • java.lang.Throwable
      • java.lang.Exception
        • com.ibm.commerce.bi.events.xml.NoSuchActionException
  • All Implemented Interfaces:
    java.io.Serializable


    public class NoSuchActionException
    extends java.lang.Exception
    Thrown when an XML update action is not recognized.
    • Field Summary

      Fields 
      Modifier and Type Field and Description
      static java.lang.String COPYRIGHT
      IBM copyright notice field.
    • Constructor Summary

      Constructors 
      Constructor and Description
      NoSuchActionException(java.lang.String message)
      Constructs an NoSuchActionException with the specified detail message.
    • 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

      • NoSuchActionException

        public NoSuchActionException(java.lang.String message)
        Constructs an NoSuchActionException with the specified detail message.
        Parameters:
        message - Exception message.