planetj.dataengine.exception
Class DataEngineInitializationException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--planetj.exception.CMException
                    |
                    +--planetj.dataengine.exception.DataEngineInitializationException
All Implemented Interfaces:
IServletParameters, Serializable

public class DataEngineInitializationException
extends CMException
implements IServletParameters

Indicates there was a problem initializing a DataEngine servlet

See Also:
Serialized Form

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

DataEngineInitializationException

public DataEngineInitializationException()
DataEngineInitializationException constructor comment.


DataEngineInitializationException

public DataEngineInitializationException(Exception e)
DataEngineInitializationException constructor comment.

Parameters:
e - java.lang.Exception

DataEngineInitializationException

public DataEngineInitializationException(Exception e,
                                         String pMessage)
DataEngineInitializationException constructor comment.

Parameters:
e - java.lang.Exception
pMessage - java.lang.String
Method Detail

getServletConfig

public javax.servlet.ServletConfig getServletConfig()
Gets the ServletConfig object used for initialization


getUserid

public String getUserid()
Gets the userid that was used to try and connect to the database (it will be the decoded value)


setServletConfig

public void setServletConfig(javax.servlet.ServletConfig newServletConfig)
Sets the ServletConfig object used for initialization


setUserid

public void setUserid(String newUserid)
Sets the userid that was used to try and connect to the database (it should be the decoded value)