public class StreamException
extends java.lang.Throwable
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 © 2015 The Apache Software Foundation