Class StreamProcessingException

All Implemented Interfaces:
Serializable

Custom exception for stream processing errors.

This exception is thrown when errors occur during stream processing operations, providing meaningful context about the failure while preserving the original exception information.

See Also:
  • Constructor Details

    • StreamProcessingException

      Constructs a new StreamProcessingException with the specified detail message.
      Parameters:
      message - the detail message
    • StreamProcessingException

      public StreamProcessingException(String message, Throwable cause)
      Constructs a new StreamProcessingException with the specified detail message and cause.
      Parameters:
      message - the detail message
      cause - the cause of the exception
    • StreamProcessingException

      Constructs a new StreamProcessingException with the specified cause.
      Parameters:
      cause - the cause of the exception