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