org.cid.distribution
Class DistributionConfigurationException
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.DistributionConfigurationException
org.cid.distribution.DistributionConfigurationException
- All Implemented Interfaces: 
- java.io.Serializable
- public class DistributionConfigurationException 
- extends DistributionException
Represents an exception thrown by the Distribution List code.
- Version:
- $Revision: 173 $
- 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 | 
 
DistributionConfigurationException
public DistributionConfigurationException()
DistributionConfigurationException
public DistributionConfigurationException(java.lang.String message)
- Parameters:
- message-
DistributionConfigurationException
public DistributionConfigurationException(java.lang.Throwable cause)
- Parameters:
- cause-
DistributionConfigurationException
public DistributionConfigurationException(java.lang.String message,
                                          java.lang.Throwable cause)
- Parameters:
- message-
- cause-
Copyright © 2006 null. All Rights Reserved.