|
|||||||||
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 com.adobe.connectpro.telephony.adaptor.ValidateException
public class ValidateException
Exception thrown when the adaptor fails to validate the telephony profile information
Constructor Summary | |
---|---|
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. |
Method Summary | |
---|---|
java.util.List<java.lang.String> |
getInvalidFields()
Gets the list of field IDs that are not valid. |
void |
setInvalidFields(java.util.List<java.lang.String> invalidFields)
Sets the list of field IDs that are not valid. |
Methods inherited from class com.adobe.connectpro.telephony.adaptor.AdaptorException |
---|
getErrorCode, setErrorCode |
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 ValidateException(FailureCode errorCode)
errorCode
- Error code indicating exact cause of this exception.public ValidateException(FailureCode errorCode, java.lang.String message)
message
- Exception message used for logging or debuggingerrorCode
- Error code indicating exact cause of this exception.public ValidateException(FailureCode errorCode, java.lang.String message, java.lang.Throwable cause)
message
- Exception message used for logging or debugging.cause
- Reason the exception was thrown.errorCode
- Error code indicating exact cause of this exception.Method Detail |
---|
public java.util.List<java.lang.String> getInvalidFields()
public void setInvalidFields(java.util.List<java.lang.String> invalidFields)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |