microsoft.exchange.webservices.data
Class CreateAttachmentException
java.lang.Object
java.lang.Throwable
java.lang.Exception
microsoft.exchange.webservices.data.ServiceRemoteException
microsoft.exchange.webservices.data.CreateAttachmentException
- All Implemented Interfaces:
- Serializable
public final class CreateAttachmentException
- extends ServiceRemoteException
Represents an error that occurs when a call to the CreateAttachment web
method fails.
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
CreateAttachmentException
protected CreateAttachmentException(ServiceResponseCollection<CreateAttachmentResponse> serviceResponses,
String message)
- Initializes a new instance of CreateAttachmentException.
- Parameters:
serviceResponses - the service responsesmessage - the message
CreateAttachmentException
protected CreateAttachmentException(ServiceResponseCollection<CreateAttachmentResponse> serviceResponses,
String message,
Exception innerException)
- Initializes a new instance of CreateAttachmentException.
- Parameters:
serviceResponses - the service responsesmessage - the messageinnerException - the inner exception
Copyright © 2012. All Rights Reserved.