planetj.dataengine.exception
Class DEMultipleDeleteException
java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--planetj.exception.CMException
                    |
                    +--planetj.dataengine.exception.DataEngineException
                          |
                          +--planetj.dataengine.exception.DEMultipleDeleteException
- All Implemented Interfaces: 
 - Serializable
 
- public class DEMultipleDeleteException
- extends DataEngineException
  
- 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 | 
 
 
 
DEMultipleDeleteException
public DEMultipleDeleteException(Exception e)
- DEMultipleDeleteException constructor comment.
 - Parameters:
 e - java.lang.Exception
DEMultipleDeleteException
public DEMultipleDeleteException(Exception e,
                                 String pMessage)
- DEMultipleDeleteException constructor comment.
 - Parameters:
 e - java.lang.ExceptionpMessage - java.lang.String
DEMultipleDeleteException
public DEMultipleDeleteException(String s)
- DEMultipleDeleteException constructor comment.
 - Parameters:
 s - java.lang.String