microsoft.exchange.webservices.data.core.exception.service.remote
Class CreateAttachmentException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by microsoft.exchange.webservices.data.core.exception.service.remote.ServiceRemoteException
              extended by microsoft.exchange.webservices.data.core.exception.service.remote.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

Constructor Summary
  CreateAttachmentException(ServiceResponseCollection<CreateAttachmentResponse> serviceResponses, String message)
          Initializes a new instance of CreateAttachmentException.
protected CreateAttachmentException(ServiceResponseCollection<CreateAttachmentResponse> serviceResponses, String message, Exception innerException)
          Initializes a new instance of CreateAttachmentException.
 
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

CreateAttachmentException

public CreateAttachmentException(ServiceResponseCollection<CreateAttachmentResponse> serviceResponses,
                                 String message)
Initializes a new instance of CreateAttachmentException.

Parameters:
serviceResponses - the service response
message - the message

CreateAttachmentException

protected CreateAttachmentException(ServiceResponseCollection<CreateAttachmentResponse> serviceResponses,
                                    String message,
                                    Exception innerException)
Initializes a new instance of CreateAttachmentException.

Parameters:
serviceResponses - the service response
message - the message
innerException - the inner exception


Copyright © 2012–2015 Microsoft. All rights reserved.