Class CallNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.novomind.ecom.api.iagent.exception.PhoneSystemException
com.novomind.ecom.api.iagent.exception.CallNotFoundException
- All Implemented Interfaces:
Serializable
Signals that a specified call does not exist or could not be found.
- Since:
- 11.27
- See Also:
-
Field Summary
FieldsFields inherited from class com.novomind.ecom.api.iagent.exception.PhoneSystemException
errorCode
-
Constructor Summary
ConstructorsConstructorDescriptionCallNotFoundException
(String callId) CallNotFoundException
(String callId, String message) -
Method Summary
Methods inherited from class com.novomind.ecom.api.iagent.exception.PhoneSystemException
getErrorCode
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Field Details
-
callId
-
-
Constructor Details
-
CallNotFoundException
- Parameters:
callId
- the id of the call (which is saved for later retrieval by thegetCallId()
method).- Since:
- 11.27
-
CallNotFoundException
- Parameters:
callId
- the id of the call (which is saved for later retrieval by thegetCallId()
method).message
- the detail message (which is saved for later retrieval by theThrowable.getMessage()
method).- Since:
- 11.27
-
-
Method Details
-
getCallId
- Returns:
- the callId
- Since:
- 11.27
-
toString
- Overrides:
toString
in classPhoneSystemException
-