planetj.dataengine.exception
Class DataEngineException
java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--planetj.exception.CMException
                    |
                    +--planetj.dataengine.exception.DataEngineException
- All Implemented Interfaces: 
 - Serializable
 
- Direct Known Subclasses: 
 - ChartException, DEMessageException, DEMultipleDeleteException, DESQLException, DETransactionException, UnauthorizedException
 
- public class DataEngineException
- extends CMException
  
- See Also:
 - Serialized Form
 
 
 
 
| 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 | 
 
 
 
DataEngineException
public DataEngineException(Exception e)
- DataEngineException constructor comment.
 - Parameters:
 e - java.lang.Exception
DataEngineException
public DataEngineException(Exception e,
                           String pMessage)
- DataEngineException constructor comment.
 - Parameters:
 e - java.lang.ExceptionpMessage - java.lang.String
DataEngineException
public DataEngineException(String message)
- DataEngineException constructor comment.