Class PipelineProcessingException

java.lang.Object
java.lang.Throwable
java.lang.Exception
net.shibboleth.metadata.pipeline.PipelineProcessingException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
StageProcessingException

public class PipelineProcessingException extends Exception
Base exception for errors that occur within the pipeline execution.
See Also:
  • Field Details

    • serialVersionUID

      private static final long serialVersionUID
      Serial version UID.
      See Also:
  • Constructor Details

    • PipelineProcessingException

      public PipelineProcessingException()
      Constructor.
    • PipelineProcessingException

      public PipelineProcessingException(@Nullable String message)
      Constructor.
      Parameters:
      message - exception message
    • PipelineProcessingException

      public PipelineProcessingException(@Nullable Exception wrappedException)
      Constructor.
      Parameters:
      wrappedException - exception to be wrapped by this one
    • PipelineProcessingException

      public PipelineProcessingException(@Nullable String message, @Nullable Exception wrappedException)
      Constructor.
      Parameters:
      message - exception message
      wrappedException - exception to be wrapped by this one