public class StreamException
extends java.lang.Exception
| Modifier and Type | Field and Description | 
|---|---|
| StreamState | finalState | 
| Constructor and Description | 
|---|
| StreamException(StreamState finalState,
               java.lang.String message) | 
| StreamException(StreamState finalState,
               java.lang.String message,
               java.lang.Throwable cause) | 
public final StreamState finalState
public StreamException(StreamState finalState, java.lang.String message)
public StreamException(StreamState finalState, java.lang.String message, java.lang.Throwable cause)
Copyright © 2018 The Apache Software Foundation