|
Oracle Collaboration Suite Discussions Java API Reference 10g (10.1.1) Part No. B16232-01 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | 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.java
, Serialized FormConstructor Summary | |
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, getParams, printStackTrace, printStackTrace, printStackTrace |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getMessage, getStackTrace, initCause, setStackTrace, toString |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public TdConfigurationException(java.lang.String exCode)
TdException
public TdConfigurationException(java.lang.String exCode, java.lang.Object arg1)
arg1
- Object which is used to build the exception objectTdException
public TdConfigurationException(java.lang.String exCode, java.lang.Object arg1, java.lang.Object arg2)
arg1
- 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)
arg1
- 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)
t
- Throwable Object which is used to build the exception objectTdException
public TdConfigurationException(java.lang.String exCode, java.lang.Throwable t, java.lang.Object arg1)
t
- 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)
t
- 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)
t
- 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
|
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |