Class AbapBackendException

All Implemented Interfaces:
MessageListHolder, Serializable

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

    • AbapBackendException

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

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