|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.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, propertyChange, 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, DATA_ACCESS_TRACKING, DATABASE, DRIVER, ENVIRONMENT_MODE, JDBC_OPTIMIZATIONS, LIBRARY_LIST, MAX_CONNECTIONS, METADATA_LIBRARY, METADATA_USER_LIBRARY, MIN_CONNECTIONS, ORPHAN_TIMEOUT, PASSWORD, PORT, REPLACEMENT_LIBRARIES, SYSTEM_ALIAS, SYSTEM_ALIAS_PARAM, SYSTEM_URL, USER_ID, USER_PASSWORD |
Constructor Summary | |
DataEngineInitializationException()
DataEngineInitializationException constructor comment. |
|
DataEngineInitializationException(java.lang.Exception e)
DataEngineInitializationException constructor comment. |
|
DataEngineInitializationException(java.lang.Exception e,
java.lang.String pMessage)
DataEngineInitializationException constructor comment. |
Method Summary | |
ServletConfig |
getServletConfig()
Gets the ServletConfig object used for initialization |
java.lang.String |
getUserid()
Gets the userid that was used to try and connect to the database (it will be the decoded value) |
void |
setServletConfig(ServletConfig newServletConfig)
Sets the ServletConfig object used for initialization |
void |
setUserid(java.lang.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, getDisplayStringInternal, getDisplayType, getMessage, getNextException, getOriginalException, getPropertyChange, 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 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public DataEngineInitializationException()
public DataEngineInitializationException(java.lang.Exception e)
e
- java.lang.Exceptionpublic DataEngineInitializationException(java.lang.Exception e, java.lang.String pMessage)
e
- java.lang.ExceptionpMessage
- java.lang.StringMethod Detail |
public ServletConfig getServletConfig()
public java.lang.String getUserid()
public void setServletConfig(ServletConfig newServletConfig)
public void setUserid(java.lang.String newUserid)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |