|
|||||||||||
| 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
|
+--planetj.exception.CMException
|
+--planetj.dataengine.exception.DataEngineInitializationException
Indicates there was a problem initializing a DataEngine servlet
| Field Summary |
| Fields inherited from class planetj.exception.CMException |
DISPLAY_ALL, DISPLAY_CLASS_INFO, DISPLAY_DETAILED_MESSAGE, DISPLAY_MESSAGE, DISPLAY_ORIGINAL_EXCEPTION, FATAL, INFO, SHOW_EXCEPTION, WARNING |
| Fields inherited from interface planetj.dataengine.IServletParameters |
ALL, AUTO_RUN, BASE_URL, CACHE_TRACK_ON, CACHE_TRACK_WRITE_TO_FILE, CLEAN_UP_TIME, DATABASE, DRIVER, ENVIRONMENT_MODE, JDBC_OPTIMIZATIONS, MAX_CONNECTIONS, METADATA_LIBRARY, MIN_CONNECTIONS, ORPHAN_TIMEOUT, PASSWORD, PORT, SYSTEM_ALIAS, SYSTEM_ALIAS_PARAM, SYSTEM_URL, USER_ID, USER_PASSWORD |
| Constructor Summary | |
DataEngineInitializationException()
DataEngineInitializationException constructor comment. |
|
DataEngineInitializationException(Exception e)
DataEngineInitializationException constructor comment. |
|
DataEngineInitializationException(Exception e,
String pMessage)
DataEngineInitializationException constructor comment. |
|
| Method Summary | |
javax.servlet.ServletConfig |
getServletConfig()
Gets the ServletConfig object used for initialization |
String |
getUserid()
Gets the userid that was used to try and connect to the database (it will be the decoded value) |
void |
setServletConfig(javax.servlet.ServletConfig newServletConfig)
Sets the ServletConfig object used for initialization |
void |
setUserid(String newUserid)
Sets the userid that was used to try and connect to the database (it should be the decoded value) |
| Methods inherited from class planetj.exception.CMException |
addPropertyChangeListener, firePropertyChange, getCMMessage, getDetailedMessage, getDisplayString, getDisplayType, getMessage, getNextException, getOriginalException, getType, removePropertyChangeListener, setDetailedMessage, setDisplayType, setMessage, setNextException, setOriginalException, setType, toString |
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public DataEngineInitializationException()
public DataEngineInitializationException(Exception e)
e - java.lang.Exception
public DataEngineInitializationException(Exception e,
String pMessage)
e - java.lang.ExceptionpMessage - java.lang.String| Method Detail |
public javax.servlet.ServletConfig getServletConfig()
public String getUserid()
public void setServletConfig(javax.servlet.ServletConfig newServletConfig)
public void setUserid(String newUserid)
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||