Package com.adaptris.core
Class ProduceException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.adaptris.interlok.InterlokException
-
- com.adaptris.core.CoreException
-
- com.adaptris.core.ProduceException
-
- All Implemented Interfaces:
java.io.Serializable
public class ProduceException extends CoreException
Exceptionthrown byAdaptrisMessageProducers.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ProduceException()Creates a new instance.ProduceException(java.lang.String description)Creates a new instance with a description of theException.ProduceException(java.lang.String description, java.lang.Throwable cause)Creates a new instance with a reference to a previousExceptionand a description of theException.ProduceException(java.lang.Throwable cause)Creates a new instance with a reference to a previousException.
-
-
-
Constructor Detail
-
ProduceException
public ProduceException()
Creates a new instance.
-
ProduceException
public ProduceException(java.lang.Throwable cause)
Creates a new instance with a reference to a previous
Exception.- Parameters:
cause- a previous, causalException
-
ProduceException
public ProduceException(java.lang.String description)
Creates a new instance with a description of the
Exception.- Parameters:
description- description of theException
-
ProduceException
public ProduceException(java.lang.String description, java.lang.Throwable cause)Creates a new instance with a reference to a previous
Exceptionand a description of theException.- Parameters:
description- of theExceptioncause- previousException
-
-