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

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

public class InvalidEmailAddressFormatException
extends GroupwareException

The TransportLoadFailureException class is thrown when some of the email addresses specified have incorrect format. Copyright (c) SAP 2002

Version:
$Revision: 1.0$

Field Summary
private  java.lang.String emailAddress
           
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
InvalidEmailAddressFormatException(java.lang.String emailAddress, java.lang.Throwable aCausingThrowable)
           
InvalidEmailAddressFormatException(java.lang.String emailAddress, java.lang.Throwable aCausingThrowable, boolean log)
           
 
Method Summary
 java.lang.String getEmailAddress()
           
 
Methods inherited from class com.sap.ip.collaboration.gw.api.framework.groupware.GroupwareException
getExceptionId, getMessage, getTextBundle, getTextBundle, logMessage
 

Field Detail

emailAddress

private java.lang.String emailAddress

MESSAGE_KEY

private static final java.lang.String MESSAGE_KEY
Constructor Detail

InvalidEmailAddressFormatException

public InvalidEmailAddressFormatException(java.lang.String emailAddress,
                                          java.lang.Throwable aCausingThrowable)

InvalidEmailAddressFormatException

public InvalidEmailAddressFormatException(java.lang.String emailAddress,
                                          java.lang.Throwable aCausingThrowable,
                                          boolean log)
Method Detail

getEmailAddress

public java.lang.String getEmailAddress()