|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
microsoft.exchange.webservices.data.ServiceRemoteException
microsoft.exchange.webservices.data.DeleteAttachmentException
public final class DeleteAttachmentException
Represents an error that occurs when a call to the DeleteAttachment web method fails.
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 |
---|
protected DeleteAttachmentException(ServiceResponseCollection<DeleteAttachmentResponse> serviceResponses, java.lang.String message)
serviceResponses
- The list of responses to be associated with this exception.message
- The message that describes the error.protected DeleteAttachmentException(ServiceResponseCollection<DeleteAttachmentResponse> serviceResponses, java.lang.String message, java.lang.Exception innerException)
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.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |