|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception com.adobe.connectpro.telephony.adaptor.AdaptorException
public class AdaptorException
Exception thrown when the adaptor fails to serve a Connect Pro command. See constants in FailureCode
for error codes.
Constructor Summary | |
---|---|
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. |
Method Summary | |
---|---|
FailureCode |
getErrorCode()
Gets error code for the exception |
void |
setErrorCode(FailureCode errorCode)
Sets error code for the exception |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public AdaptorException(FailureCode errorCode, java.lang.Throwable cause)
errorCode
- Error code indicating exact cause of this exception.cause
- Reason the exception was thrown.public AdaptorException(FailureCode errorCode)
errorCode
- Error code indicating exact cause of this exception.public AdaptorException(FailureCode errorCode, java.lang.String message)
errorCode
- Error code indicating exact cause of this exception.message
- Exception message used for logging or debuggingpublic AdaptorException(FailureCode errorCode, java.lang.String message, java.lang.Throwable cause)
errorCode
- Error code indicating exact cause of this exception.message
- Exception message used for logging or debuggingcause
- Reason the exception was thrown.Method Detail |
---|
public FailureCode getErrorCode()
public void setErrorCode(FailureCode errorCode)
errorCode
- Error code indicating exact cause of this exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |