|
||||||||||
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.connector.sapr3.bor.SapR3ConnectorException
public class SapR3ConnectorException
Base exception type for SAP R/3 Connector. IBM Tivoli Directory Integrator assembly lines should expect to handle this type.
Constructor Summary | |
---|---|
SapR3ConnectorException(java.lang.String msg)
Construct exception with a context message. |
|
SapR3ConnectorException(java.lang.String msg,
java.lang.Throwable root)
Construct an exception of this type with a context message and lower level exception cause. |
|
SapR3ConnectorException(java.lang.Throwable root)
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 SapR3ConnectorException(java.lang.String msg)
msg
- The message text. This text should ideally be retrieved from
an I18N message bundle.public SapR3ConnectorException(java.lang.Throwable root)
root
- The cause of the this exception.public SapR3ConnectorException(java.lang.String msg, java.lang.Throwable root)
msg
- The message text. This text should ideally be retrieved from
an I18N message bundle.root
- The cause of the this exception.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |