Class SapInvoiceException

java.lang.Object
java.lang.Throwable
java.lang.Exception
de.hybris.platform.sap.sapinvoiceaddon.exception.SapInvoiceException
All Implemented Interfaces:
Serializable

public class SapInvoiceException extends Exception
Thrown if something wrong in invoice details.
See Also:
  • Constructor Details

    • SapInvoiceException

      public SapInvoiceException(String msg)
      Constructor.
      Parameters:
      msg - Message for the Exception
    • SapInvoiceException

      public SapInvoiceException(String msg, Throwable ex)
      Constructor.
      Parameters:
      msg - Message for the Exception
      ex - root cause