|
||||||||||
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.SapR3FCParameterException
public class SapR3FCParameterException
Record a problem with the parameters passed to the SapR3RfcFC class.
Constructor Summary | |
---|---|
SapR3FCParameterException(java.lang.String message)
Construct exception with a context message. |
|
SapR3FCParameterException(java.lang.String message,
java.lang.Throwable cause)
Construct an exception of this type with a context message and lower level exception cause. |
|
SapR3FCParameterException(java.lang.Throwable cause)
Construct an exception of this type as result of another lower level exception. |
Method Summary |
---|
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 SapR3FCParameterException(java.lang.String message)
message
- The message text. This text should ideally be retrieved from
an I18N message bundle.public SapR3FCParameterException(java.lang.Throwable cause)
cause
- The cause of the this exception.public SapR3FCParameterException(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.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |