org.cid.distribution
Class DistributionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.cid.distribution.DistributionException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
DistributionConfigurationException, DistributionProcessingException

public class DistributionException
extends java.lang.Exception

Represents an exception thrown by the Distribution List code.

Version:
$Revision: 173 $
See Also:
Serialized Form

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

DistributionException

public DistributionException()

DistributionException

public DistributionException(java.lang.String message)
Parameters:
message -

DistributionException

public DistributionException(java.lang.Throwable cause)
Parameters:
cause -

DistributionException

public DistributionException(java.lang.String message,
                             java.lang.Throwable cause)
Parameters:
message -
cause -


Copyright © 2006 null. All Rights Reserved.