planetj.dataengine.webservices
Class DistributedException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--planetj.exception.CMException
                    |
                    +--planetj.dataengine.webservices.DistributedException
All Implemented Interfaces:
Serializable

public class DistributedException
extends CMException

Insert the type's description here. Creation date: (1/27/2003 10:30:23 PM)

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
 
Constructor Summary
DistributedException()
          CMDistributedException constructor comment.
DistributedException(Exception e)
          CMDistributedException constructor comment.
DistributedException(Exception e, String pMessage)
          CMDistributedException constructor comment.
DistributedException(String s)
          CMDistributedException constructor comment.
DistributedException(String s, char c)
          CMDistributedException constructor comment.
 
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

DistributedException

public DistributedException()
CMDistributedException constructor comment.


DistributedException

public DistributedException(Exception e)
CMDistributedException constructor comment.

Parameters:
e - java.lang.Exception

DistributedException

public DistributedException(Exception e,
                            String pMessage)
CMDistributedException constructor comment.

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

DistributedException

public DistributedException(String s)
CMDistributedException constructor comment.

Parameters:
s - java.lang.String

DistributedException

public DistributedException(String s,
                            char c)
CMDistributedException constructor comment.

Parameters:
s - java.lang.String
c - char