Klasse PipeLineException

java.lang.Object
java.lang.Throwable
java.lang.Exception
net.simplace.pipe.util.exceptions.PipeLineException
Alle implementierten Schnittstellen:
Serializable
Bekannte direkte Unterklassen:
PipelLineStepSkippedException

public class PipeLineException extends Exception
PipeLineException is thrown if an error occurs while processing the connectlet pipeline.
Autor:
Andreas Enders
Siehe auch:
  • Konstruktordetails

    • PipeLineException

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

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