microsoft.exchange.webservices.data
Class DeleteAttachmentException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by microsoft.exchange.webservices.data.ServiceRemoteException
              extended by microsoft.exchange.webservices.data.DeleteAttachmentException
All Implemented Interfaces:
java.io.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

Constructor Summary
protected DeleteAttachmentException(ServiceResponseCollection<DeleteAttachmentResponse> serviceResponses, java.lang.String message)
          Initializes a new instance of DeleteAttachmentException.
protected DeleteAttachmentException(ServiceResponseCollection<DeleteAttachmentResponse> serviceResponses, java.lang.String message, java.lang.Exception innerException)
          Initializes a new instance of DeleteAttachmentException.
 
Method Summary
 
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

DeleteAttachmentException

protected DeleteAttachmentException(ServiceResponseCollection<DeleteAttachmentResponse> serviceResponses,
                                    java.lang.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,
                                    java.lang.String message,
                                    java.lang.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.