Class CreateAttachmentException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- microsoft.exchange.webservices.data.core.exception.service.remote.ServiceRemoteException
-
- 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
Constructors Modifier Constructor Description CreateAttachmentException(ServiceResponseCollection<CreateAttachmentResponse> serviceResponses, String message)Initializes a new instance of CreateAttachmentException.protectedCreateAttachmentException(ServiceResponseCollection<CreateAttachmentResponse> serviceResponses, String message, Exception innerException)Initializes a new instance of CreateAttachmentException.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
CreateAttachmentException
public CreateAttachmentException(ServiceResponseCollection<CreateAttachmentResponse> serviceResponses, String message)
Initializes a new instance of CreateAttachmentException.- Parameters:
serviceResponses- the service responsemessage- the message
-
CreateAttachmentException
protected CreateAttachmentException(ServiceResponseCollection<CreateAttachmentResponse> serviceResponses, String message, Exception innerException)
Initializes a new instance of CreateAttachmentException.- Parameters:
serviceResponses- the service responsemessage- the messageinnerException- the inner exception
-
-