public class UnexpectedFlowEndException
Thrown when a flow session ends unexpectedly due to a type mismatch (the other side sent an object of a type that we were not expecting), or the other side had an internal error, or the other side terminated when we were waiting for a response.
public UnexpectedFlowEndException(@NotNull
java.lang.String message,
@Nullable
java.lang.Throwable cause,
@Nullable
java.lang.Long originalErrorId)
Thrown when a flow session ends unexpectedly due to a type mismatch (the other side sent an object of a type that we were not expecting), or the other side had an internal error, or the other side terminated when we were waiting for a response.
public UnexpectedFlowEndException(@NotNull
java.lang.String message,
@Nullable
java.lang.Throwable cause)
public UnexpectedFlowEndException(@NotNull
java.lang.String message)