Class BackendExceptionECOERP

  • All Implemented Interfaces:
    MessageListHolder, java.io.Serializable

    public class BackendExceptionECOERP
    extends BackendException
    This exception is meant to handle critical errors which must lead to an abortion of the program flow. It should not occur in productive environments (i.e. does not indicate communication or resource issues) but reflects problems with the call of the ECommerce ERP backend layer.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      BackendExceptionECOERP​(java.lang.String msg)
      Meant to handle critical errors which must lead to an abortion of the program flow.
    • 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

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • BackendExceptionECOERP

        public BackendExceptionECOERP​(java.lang.String msg)
        Meant to handle critical errors which must lead to an abortion of the program flow. It should not occur in productive environments (i.e. does not indicate communication or resource issues) but reflects problems with the call of the ECommerce ERP backend layer
        Parameters:
        msg - Message for the Exception