|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
microsoft.exchange.webservices.data.ServiceRemoteException
microsoft.exchange.webservices.data.UpdateInboxRulesException
public class UpdateInboxRulesException
Represents an exception thrown when an error occurs as a result of calling the UpdateInboxRules operation.
Constructor Summary | |
---|---|
protected |
UpdateInboxRulesException(microsoft.exchange.webservices.data.UpdateInboxRulesResponse serviceResponse,
java.lang.Iterable<RuleOperation> ruleOperations)
Initializes a new instance of the UpdateInboxRulesException class. |
Method Summary | |
---|---|
ServiceError |
getErrorCode()
Gets the rule operation error code. |
java.lang.String |
getErrorMessage()
Gets the rule operation error message. |
RuleOperationErrorCollection |
getErrors()
Gets the rule operation error collection. |
ServiceResponse |
getServiceResponse()
Gets the ServiceResponse 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 |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
protected UpdateInboxRulesException(microsoft.exchange.webservices.data.UpdateInboxRulesResponse serviceResponse, java.lang.Iterable<RuleOperation> ruleOperations)
serviceResponse
- The rule operation service response.ruleOperations
- The original operations.Method Detail |
---|
public ServiceResponse getServiceResponse()
public RuleOperationErrorCollection getErrors()
public ServiceError getErrorCode()
public java.lang.String getErrorMessage()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |