|
||||||||||
| 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.core.exception.service.remote.ServiceRemoteException
microsoft.exchange.webservices.data.core.exception.service.remote.ServiceResponseException
public class ServiceResponseException
Represents a remote service exception that has a single response.
| Constructor Summary | |
|---|---|
ServiceResponseException(ServiceResponse response)
Initializes a new instance. |
|
| Method Summary | |
|---|---|
ServiceError |
getErrorCode()
Gets the service error code. |
String |
getMessage()
Gets a message that describes the current exception. |
ServiceResponse |
getResponse()
Gets the ServiceResponse for the exception. |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, 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 |
|---|
public ServiceResponseException(ServiceResponse response)
response - the response| Method Detail |
|---|
public ServiceResponse getResponse()
public ServiceError getErrorCode()
public String getMessage()
getMessage in class Throwable
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||