com.sap.ip.collaboration.gw.api.exception
Class AddAttachmentFailureException

com.sap.ip.collaboration.gw.api.framework.groupware.GroupwareException
  |
  +--com.sap.ip.collaboration.gw.api.exception.AddAttachmentFailureException

public class AddAttachmentFailureException
extends GroupwareException

The AddAttachmentFailureException class is thrown when adding an attachment to a groupware item fails. Copyright (c) SAP 2002

Version:
$Revision: 1.0$

Field Summary
private static java.lang.String MESSAGE_KEY
           
 
Fields inherited from class com.sap.ip.collaboration.gw.api.framework.groupware.GroupwareException
exceptionKey, GROUPWARE_MESSAGE_PREFIX, LOCALIZATIONFILE, MESSAGE_DELIMITER
 
Constructor Summary
AddAttachmentFailureException(java.lang.Throwable aCausingThrowable)
           
AddAttachmentFailureException(java.lang.Throwable aCausingThrowable, boolean log)
           
 
Methods inherited from class com.sap.ip.collaboration.gw.api.framework.groupware.GroupwareException
getExceptionId, getMessage, getTextBundle, getTextBundle, logMessage
 

Field Detail

MESSAGE_KEY

private static final java.lang.String MESSAGE_KEY
Constructor Detail

AddAttachmentFailureException

public AddAttachmentFailureException(java.lang.Throwable aCausingThrowable)

AddAttachmentFailureException

public AddAttachmentFailureException(java.lang.Throwable aCausingThrowable,
                                     boolean log)