Package com.bytedesk.call.mrcp4j.client
Class MrcpInvocationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.bytedesk.call.mrcp4j.common.MrcpException
com.bytedesk.call.mrcp4j.client.MrcpInvocationException
- All Implemented Interfaces:
Serializable
Thrown when an exception is encountered while invoking an MRCPv2 request. For example when
an MRCP response returned by an MRCP resource contains an error code.
- Author:
- Niels Godfredsen <ngodfredsen@users.sourceforge.net>
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionRetrieves the response that triggered the exception to be thrown.Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
_response
-
-
Constructor Details
-
MrcpInvocationException
- Parameters:
response- the response that triggered the exception to be thrown
-
-
Method Details
-
getResponse
Retrieves the response that triggered the exception to be thrown.- Returns:
- the response that triggered the exception to be thrown.
-