Class SaRMISapException

All Implemented Interfaces:
Serializable

public class SaRMISapException extends SaRMIBaseException
Exception thrown by checkSapUrl to indicate an error in the RLINK server.
See Also:
  • Constructor Details

    • SaRMISapException

      public SaRMISapException(String message, SapError error)
      Parameters:
      message - error message
    • SaRMISapException

      public SaRMISapException(String message, SapError error, Throwable cause)
      Parameters:
      message - error message
      cause - exception cause
  • Method Details

    • getError

      public SapError getError()
      Returns:
      the SapError that caused this exception