Class SaRMISapException

  • All Implemented Interfaces:
    java.io.Serializable

    public class SaRMISapException
    extends SaRMIBaseException
    Exception thrown by checkSapUrl to indicate an error in the RLINK server.
    See Also:
    Serialized Form
    • Field Summary

      • Fields inherited from class java.rmi.RemoteException

        detail
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      SapError getError()  
      • Methods inherited from class java.rmi.RemoteException

        getCause, getMessage
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getLocalizedMessage, 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

      • SaRMISapException

        public SaRMISapException​(java.lang.String message,
                                 SapError error)
        Parameters:
        message - error message
      • SaRMISapException

        public SaRMISapException​(java.lang.String message,
                                 SapError error,
                                 java.lang.Throwable cause)
        Parameters:
        message - error message
        cause - exception cause
    • Method Detail

      • getError

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