public class DynamicCallException extends QiRuntimeException
DynamicCallException
is thrown to indicate that an error occurred
in the messaging layer during a call.AnyObject
,
Serialized FormConstructor and Description |
---|
DynamicCallException()
Constructs a
DynamicCallException with no detail message. |
DynamicCallException(String message)
Constructs a
DynamicCallException with the specified detail message. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public DynamicCallException(String message)
DynamicCallException
with the specified detail message.message
- the detail message.public DynamicCallException()
DynamicCallException
with no detail message.Copyright © 2020. All rights reserved.