Class ProduceException

  • All Implemented Interfaces:
    java.io.Serializable

    public class ProduceException
    extends CoreException

    Exception thrown by AdaptrisMessageProducers.

    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 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.
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • 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, causal Exception
      • ProduceException

        public ProduceException​(java.lang.String description)

        Creates a new instance with a description of the Exception.

        Parameters:
        description - description of the Exception
      • ProduceException

        public 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.

        Parameters:
        description - of the Exception
        cause - previous Exception