Class AbapBackendException

    • Constructor Summary

      Constructors 
      Constructor Description
      AbapBackendException​(java.lang.String msg)
      Constructor.
      AbapBackendException​(java.lang.String msg, java.lang.Exception ex)
      Constructor.
    • 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

      • AbapBackendException

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

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