Class StreamProcessingException

All Implemented Interfaces:
Serializable

public class StreamProcessingException extends RoStoreException
Used in async stream processing function
See Also:
  • Constructor Details

    • StreamProcessingException

      public StreamProcessingException(Exception e)
      Creates an exception by wrapping another one
      Parameters:
      e - the exception to wrap