public class KurentoServerException
extends org.kurento.commons.exception.KurentoException
| Modifier | Constructor and Description |
|---|---|
|
KurentoServerException(ResponseError error) |
protected |
KurentoServerException(String message,
ResponseError error) |
| Modifier and Type | Method and Description |
|---|---|
int |
getCode() |
String |
getData() |
ResponseError |
getError() |
String |
getErrorType() |
String |
getServerMessage() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringprotected KurentoServerException(String message, ResponseError error)
public KurentoServerException(ResponseError error)
public String getServerMessage()
public String getData()
public String getErrorType()
public int getCode()
public ResponseError getError()
Copyright © 2015 Kurento. All rights reserved.