org.cid.distribution
Class DistributionProcessingException

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

public class DistributionProcessingException
extends DistributionException

Represents an exception thrown by Distribution while processing a list.

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

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

DistributionProcessingException

public DistributionProcessingException()

DistributionProcessingException

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

DistributionProcessingException

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

DistributionProcessingException

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


Copyright © 2006 null. All Rights Reserved.