microsoft.exchange.webservices.data
Class CreateAttachmentException

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.CreateAttachmentException
All Implemented Interfaces:
java.io.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
protected CreateAttachmentException(ServiceResponseCollection<CreateAttachmentResponse> serviceResponses, java.lang.String message)
          Initializes a new instance of CreateAttachmentException.
protected CreateAttachmentException(ServiceResponseCollection<CreateAttachmentResponse> serviceResponses, java.lang.String message, java.lang.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

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

Parameters:
serviceResponses - the service responses
message - the message

CreateAttachmentException

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

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