|
||||||||
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.ServiceResponseException
public class ServiceResponseException
Represents a remote service exception that has a single response.
Constructor Summary | |
---|---|
protected |
ServiceResponseException(ServiceResponse response)
Initializes a new instance. |
Method Summary | |
---|---|
ServiceError |
getErrorCode()
Gets the service error code. |
java.lang.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 |
---|
protected ServiceResponseException(ServiceResponse response)
response
- the responseMethod Detail |
---|
public ServiceResponse getResponse()
public ServiceError getErrorCode()
public java.lang.String getMessage()
getMessage
in class java.lang.Throwable
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |