Class DeleteAttachmentException
- 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.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
-
-
Constructor Summary
Constructors Modifier Constructor Description DeleteAttachmentException(ServiceResponseCollection<DeleteAttachmentResponse> serviceResponses, String message)Initializes a new instance of DeleteAttachmentException.protectedDeleteAttachmentException(ServiceResponseCollection<DeleteAttachmentResponse> serviceResponses, String message, Exception innerException)Initializes a new instance of DeleteAttachmentException.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
DeleteAttachmentException
public DeleteAttachmentException(ServiceResponseCollection<DeleteAttachmentResponse> serviceResponses, String message)
Initializes a new instance of DeleteAttachmentException.- Parameters:
serviceResponses- The list of response 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 response to be associated with this exception.message- The message that describes the error.innerException- The exception that is the cause of the current exception.
-
-