microsoft.exchange.webservices.data
Class DeleteAttachmentException
java.lang.Object
java.lang.Throwable
java.lang.Exception
microsoft.exchange.webservices.data.ServiceRemoteException
microsoft.exchange.webservices.data.DeleteAttachmentException
- All Implemented Interfaces:
- Serializable
public final class DeleteAttachmentException
- extends ServiceRemoteException
Represents an error that occurs when a call to the DeleteAttachment 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 |
DeleteAttachmentException
protected DeleteAttachmentException(ServiceResponseCollection<DeleteAttachmentResponse> serviceResponses,
String message)
- Initializes a new instance of DeleteAttachmentException.
- Parameters:
serviceResponses - The list of responses to be associated with this exception.message - The message that describes the error.
DeleteAttachmentException
protected DeleteAttachmentException(ServiceResponseCollection<DeleteAttachmentResponse> serviceResponses,
String message,
Exception innerException)
- Initializes a new instance of DeleteAttachmentException.
- Parameters:
serviceResponses - The list of responses to be associated with this exception.message - The message that describes the error.innerException - The exception that is the cause of the current exception.
Copyright © 2012. All Rights Reserved.