Class PipeLineException

java.lang.Object
java.lang.Throwable
java.lang.Exception
net.simplace.pipe.util.exceptions.PipeLineException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
PipelLineStepSkippedException

public class PipeLineException extends Exception
PipeLineException is thrown if an error occurs while processing the connectlet pipeline.
Author:
Andreas Enders
See Also:
  • Constructor Details

    • PipeLineException

      public PipeLineException(String aMessage)
      Constructs with a message
      Parameters:
      aMessage -
    • PipeLineException

      public PipeLineException(String aMessage, Exception aException)
      Constructs with a message
      Parameters:
      aMessage -
      aException -