Class RfcException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.redwood.scheduler.api.connector.sap.rfc.scripting.RfcException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
AbapException
,BapiException
,JobDoesNotExistException
public class RfcException extends RuntimeException
General RFC exception- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RfcException(String msg)
RfcException(String msg, Throwable cause)
RfcException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-