planetj.dataengine.exception
Class DataEngineException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byplanetj.exception.CMException
              extended byplanetj.dataengine.exception.DataEngineException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
ChartException, DEMessageException, DEMultipleDeleteException, DESQLException, DETransactionException, UnauthorizedException

public class DataEngineException
extends CMException

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, propertyChange, SHOW_EXCEPTION, WARNING
 
Constructor Summary
DataEngineException(java.lang.Exception e)
          DataEngineException constructor comment.
DataEngineException(java.lang.Exception e, java.lang.String pMessage)
          DataEngineException constructor comment.
DataEngineException(java.lang.String message)
          DataEngineException constructor comment.
 
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

DataEngineException

public DataEngineException(java.lang.Exception e)
DataEngineException constructor comment.

Parameters:
e - java.lang.Exception

DataEngineException

public DataEngineException(java.lang.Exception e,
                           java.lang.String pMessage)
DataEngineException constructor comment.

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

DataEngineException

public DataEngineException(java.lang.String message)
DataEngineException constructor comment.