Class BackendException

All Implemented Interfaces:
MessageListHolder, Serializable
Direct Known Subclasses:
AbapBackendException, BackendCommunicationException, BackendConfigurationException, BackendExceptionECOERP

public class BackendException extends CoreBaseException
Thrown if something goes wrong in the backend layer.
See Also:
  • Constructor Details

    • BackendException

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

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