public class StreamException extends RuntimeException
Constructor and Description |
---|
StreamException(int streamId,
StreamStatus streamStatus) |
StreamException(int streamId,
StreamStatus streamStatus,
String message) |
Modifier and Type | Method and Description |
---|---|
int |
getStreamId() |
StreamStatus |
getStreamStatus() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public StreamException(int streamId, StreamStatus streamStatus)
public StreamException(int streamId, StreamStatus streamStatus, String message)
public int getStreamId()
public StreamStatus getStreamStatus()
Copyright © 1995-2015 Webtide. All Rights Reserved.