org.cid.distribution
Class DistributionConfigurationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.cid.distribution.DistributionException
              extended by 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

Constructor Summary
DistributionConfigurationException()
           
DistributionConfigurationException(java.lang.String message)
           
DistributionConfigurationException(java.lang.String message, java.lang.Throwable cause)
           
DistributionConfigurationException(java.lang.Throwable cause)
           
 
Method Summary
 
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
 

Constructor Detail

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.