|
Oracle Discussions Java API Reference 10g Release 1 (10.1.2) B25496-01 |
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.lang.Throwable | +--java.lang.Exception | +--oracle.discussions.sdk.TdException | +--oracle.discussions.sdk.TdConfigurationException
Will be raised when the supplied configuration parameters are leading to an exception.
Sample code snippet illustrating the usage of TdConfigurationException.
String oracle_home = (String) tdsp.get("oracle.home"); if (oracle_home == null) { throw new TdConfigurationException(TdExceptionConstants.TD_ORACLE_HOME_NOT_DEFINED); }
TdException
, Serialized FormFields inherited from class oracle.discussions.sdk.TdException |
_exCode, _htRb, _oaParams, _tInternal |
Constructor Summary | |
protected |
TdConfigurationException() Sole Constructor. |
|
TdConfigurationException(java.lang.String exCode) Constructor which takes in the error code as the argument and constructs the exception object. |
|
TdConfigurationException(java.lang.String exCode, java.lang.Object arg1) Constructor which takes in the error code and an object as arguments and constructs the exception object. |
|
TdConfigurationException(java.lang.String exCode, java.lang.Object arg1, java.lang.Object arg2) Constructor which takes in the error code and two objects as arguments and constructs the exception object. |
|
TdConfigurationException(java.lang.String exCode, java.lang.Object arg1, java.lang.Object arg2, java.lang.Object arg3) Constructor which takes in the error code and three objects as arguments and constructs the exception object. |
|
TdConfigurationException(java.lang.String exCode, java.lang.Throwable t) Constructor which takes in the error code and a throwable object as arguments and constructs the exception object. |
|
TdConfigurationException(java.lang.String exCode, java.lang.Throwable t, java.lang.Object arg1) Constructor which takes in the error code,an object and a throwable object as arguments and constructs the exception object. |
|
TdConfigurationException(java.lang.String exCode, java.lang.Throwable t, java.lang.Object arg1, java.lang.Object arg2) Constructor which takes in the error code,two objects and a throwable object as arguments and constructs the exception object. |
|
TdConfigurationException(java.lang.String exCode, java.lang.Throwable t, java.lang.Object arg1, java.lang.Object arg2, java.lang.Object arg3) Constructor which takes in the error code,three objects and a throwable object as arguments and constructs the exception object. |
Methods inherited from class oracle.discussions.sdk.TdException |
getErrorCode, getInternalThrowable, getLocalizedMessage, getLocalizedMessage, getMessagePrivate, getParams, getResourceBundle, getResourceBundleName, printStackTrace, printStackTrace, printStackTrace |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getMessage, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
protected TdConfigurationException()
public TdConfigurationException(java.lang.String exCode)
exCode
- the error codeTdException
public TdConfigurationException(java.lang.String exCode, java.lang.Object arg1)
exCode
- the error codearg1
- Object which is used to build the exception objectTdException
public TdConfigurationException(java.lang.String exCode, java.lang.Object arg1, java.lang.Object arg2)
exCode
- the error codearg1
- Object which is used to build the exception objectarg2
- Object which is used to build the exception objectTdException
public TdConfigurationException(java.lang.String exCode, java.lang.Object arg1, java.lang.Object arg2, java.lang.Object arg3)
exCode
- the error codearg1
- Object which is used to build the exception objectarg2
- Object which is used to build the exception objectarg3
- Object which is used to build the exception objectTdException
public TdConfigurationException(java.lang.String exCode, java.lang.Throwable t)
exCode
- the error codet
- Throwable Object which is used to build the exception objectTdException
public TdConfigurationException(java.lang.String exCode, java.lang.Throwable t, java.lang.Object arg1)
exCode
- the error codet
- Throwable Object which is used to build the exception objectarg1
- Object which is used to build the exception objectTdException
public TdConfigurationException(java.lang.String exCode, java.lang.Throwable t, java.lang.Object arg1, java.lang.Object arg2)
exCode
- the error codet
- Throwable Object which is used to build the exception objectarg1
- Object which is used to build the exception objectarg2
- Object which is used to build the exception objectTdException
public TdConfigurationException(java.lang.String exCode, java.lang.Throwable t, java.lang.Object arg1, java.lang.Object arg2, java.lang.Object arg3)
exCode
- the error codet
- Throwable Object which is used to build the exception objectarg1
- Object which is used to build the exception objectarg2
- Object which is used to build the exception objectTdException
|
Oracle Discussions Java API Reference 10g Release 1 (10.1.2) B25496-01 |
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |