public class ProduceException extends CoreException
 Exception thrown by AdaptrisMessageProducers.
 
| Constructor and Description | 
|---|
ProduceException()
 Creates a new instance. 
 | 
ProduceException(java.lang.String description)
 Creates a new instance with a description of the  
Exception. | 
ProduceException(java.lang.String description,
                java.lang.Throwable cause)
 Creates a new instance with a reference to a previous 
  
Exception and a description of the Exception. | 
ProduceException(java.lang.Throwable cause)
 Creates a new instance with a reference to a previous 
  
Exception. | 
public ProduceException()
Creates a new instance.
public ProduceException(java.lang.Throwable cause)
 Creates a new instance with a reference to a previous 
 Exception.
 
cause - a previous, causal Exceptionpublic ProduceException(java.lang.String description)
 Creates a new instance with a description of the Exception.
 
description - description of the Exceptionpublic ProduceException(java.lang.String description,
                        java.lang.Throwable cause)
 Creates a new instance with a reference to a previous 
 Exception and a description of the Exception.
 
description - of the Exceptioncause - previous Exception