|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.ibm.di.fc.sapr3rfc.SapR3RfcFCException
public class SapR3RfcFCException
Exception type for SAP R/3 Function Component.
Constructor Summary | |
---|---|
SapR3RfcFCException(SapR3RfcFCErrorCodes code,
java.lang.String message)
Construct exception with a context. |
|
SapR3RfcFCException(SapR3RfcFCErrorCodes code,
java.lang.String message,
java.lang.Throwable cause)
Construct exception with a context. |
|
SapR3RfcFCException(java.lang.String message)
Construct exception with a context message. |
|
SapR3RfcFCException(java.lang.String message,
java.lang.Throwable cause)
Construct an exception of this type with a context message and lower level exception cause. |
|
SapR3RfcFCException(java.lang.Throwable cause)
Construct an exception of this type as result of another lower level exception. |
Method Summary | |
---|---|
SapR3RfcFCErrorCodes |
getErrorCode()
Get the error code subtype. |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, 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 |
---|
public SapR3RfcFCException(SapR3RfcFCErrorCodes code, java.lang.String message)
code
- a code which can be used to recognise this errormessage
- a detail message giving details on what has gone wrongpublic SapR3RfcFCException(SapR3RfcFCErrorCodes code, java.lang.String message, java.lang.Throwable cause)
code
- a code which can be used to recognise this errormessage
- a detail message giving details on what has gone wrongcause
- the real cause of this exceptionpublic SapR3RfcFCException(java.lang.String message)
message
- The message text. This text should ideally be retrieved from
an I18N message bundle.public SapR3RfcFCException(java.lang.String message, java.lang.Throwable cause)
message
- The message text. This text should ideally be retrieved from
an I18N message bundle.cause
- The cause of the this exception.public SapR3RfcFCException(java.lang.Throwable cause)
cause
- The cause of the this exception.Method Detail |
---|
public final SapR3RfcFCErrorCodes getErrorCode()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |