public final class RtspMethodException
extends java.lang.Exception
RtspMethodException
- RTSP Method exceptionModifier and Type | Field and Description |
---|---|
int |
code
status code.
|
java.lang.String |
description
status description.
|
Constructor and Description |
---|
RtspMethodException(java.lang.String message,
RtspConnection.ResponseFuture future)
Constructor.
|
RtspMethodException(java.lang.String message,
StatusCode code)
Constructor.
|
public final int code
public final java.lang.String description
public RtspMethodException(java.lang.String message, RtspConnection.ResponseFuture future)
message
- future
- public RtspMethodException(java.lang.String message, StatusCode code)
message
- code
-