Package org.rostore.entity
Class StreamProcessingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.rostore.entity.RoStoreException
org.rostore.entity.StreamProcessingException
- All Implemented Interfaces:
Serializable
Used in async stream processing function
- See Also:
-
Constructor Summary
ConstructorDescriptionCreates an exception by wrapping another one -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
StreamProcessingException
Creates an exception by wrapping another one- Parameters:
e
- the exception to wrap
-