|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of FailureCode in com.adobe.connectpro.telephony.adaptor |
---|
Methods in com.adobe.connectpro.telephony.adaptor that return FailureCode | |
---|---|
FailureCode |
AdaptorException.getErrorCode()
Gets error code for the exception |
static FailureCode |
FailureCode.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static FailureCode |
FailureCode.valueOfCustom(java.lang.String customName)
Returns the enum constant based on String value of the same |
static FailureCode[] |
FailureCode.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in com.adobe.connectpro.telephony.adaptor with parameters of type FailureCode | |
---|---|
void |
TelephonyCallback.dialOutFailed(java.lang.String conferenceId,
java.lang.String telephonyUserId,
FailureCode failureCode)
Informs Connect Pro that the Connect Pro request to dial out to a user has failed. |
void |
TelephonyCallback.hangupFailed(java.lang.String conferenceId,
java.lang.String telephonyUserId,
FailureCode failureCode)
Informs Connect Pro that the Connect Pro request to disconnect the user has failed. |
void |
TelephonyCallback.movedToSubConferenceFailed(java.lang.String conferenceId,
java.lang.String telephonyUserId,
FailureCode failureCode)
Informs Connect Pro that the Connect Pro request to move a phone user to a subconference has failed. |
void |
TelephonyCallback.reconnectFailed(java.lang.String conferenceId,
FailureCode failureCode)
Informs Connect Pro that the Connect Pro request to reconnect the user to the conference has failed. |
void |
AdaptorException.setErrorCode(FailureCode errorCode)
Sets error code for the exception |
void |
TelephonyCallback.startConferenceFailed(java.lang.String conferenceId,
FailureCode failureCode)
Informs Connect Pro that the Connect Pro request to start the conference has failed. |
Constructors in com.adobe.connectpro.telephony.adaptor with parameters of type FailureCode | |
---|---|
AdaptorException(FailureCode errorCode)
Creates new exception instance. |
|
AdaptorException(FailureCode errorCode,
java.lang.String message)
Creates new exception instance. |
|
AdaptorException(FailureCode errorCode,
java.lang.String message,
java.lang.Throwable cause)
Creates new exception instance. |
|
AdaptorException(FailureCode errorCode,
java.lang.Throwable cause)
Creates new exception instance. |
|
ValidateException(FailureCode errorCode)
Creates new exception instance. |
|
ValidateException(FailureCode errorCode,
java.lang.String message)
Creates new exception instance. |
|
ValidateException(FailureCode errorCode,
java.lang.String message,
java.lang.Throwable cause)
Creates new exception instance. |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |