Class MrcpInvocationException

All Implemented Interfaces:
Serializable

public class MrcpInvocationException extends MrcpException
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 Details

  • Constructor Details

    • MrcpInvocationException

      public MrcpInvocationException(MrcpResponse response)
      Parameters:
      response - the response that triggered the exception to be thrown
  • Method Details

    • getResponse

      public MrcpResponse getResponse()
      Retrieves the response that triggered the exception to be thrown.
      Returns:
      the response that triggered the exception to be thrown.