org.cid.distribution
Class DistributionMessagingException
java.lang.Object
   java.lang.Throwable
java.lang.Throwable
       java.lang.Exception
java.lang.Exception
           org.cid.distribution.DistributionException
org.cid.distribution.DistributionException
               org.cid.distribution.DistributionProcessingException
org.cid.distribution.DistributionProcessingException
                   org.cid.distribution.DistributionMessagingException
org.cid.distribution.DistributionMessagingException
- All Implemented Interfaces: 
- java.io.Serializable
- public class DistributionMessagingException 
- extends DistributionProcessingException
Represents an exception thrown by the Distribution List code.
- Version:
- $Revision: 127 $
- See Also:
- Serialized Form
 
 
| Methods inherited from class java.lang.Throwable | 
| fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString | 
 
| Methods inherited from class java.lang.Object | 
| equals, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
 
DistributionMessagingException
public DistributionMessagingException()
DistributionMessagingException
public DistributionMessagingException(java.lang.String message)
- Parameters:
- message-
DistributionMessagingException
public DistributionMessagingException(java.lang.Throwable cause)
- Parameters:
- cause-
DistributionMessagingException
public DistributionMessagingException(java.lang.String message,
                                      java.lang.Throwable cause)
- Parameters:
- message-
- cause-
Copyright © 2006 null. All Rights Reserved.