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

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

public class NoTransportConfiguredException
extends GroupwareException

The TransportLoadFailureException class is thrown when no transport is configured for a specific groupware item type. Copyright (c) SAP 2002

Version:
$Revision: 1.0$

Field Summary
private  GroupwareItemType itemType
           
private static java.lang.String MESSAGE_KEY_CALENDAR
           
private static java.lang.String MESSAGE_KEY_CONTACT
           
private static java.lang.String MESSAGE_KEY_MAIL
           
private static java.lang.String MESSAGE_KEY_TASK
           
private static java.util.Map messages
           
 
Fields inherited from class com.sap.ip.collaboration.gw.api.framework.groupware.GroupwareException
exceptionKey, GROUPWARE_MESSAGE_PREFIX, LOCALIZATIONFILE, MESSAGE_DELIMITER
 
Constructor Summary
NoTransportConfiguredException(GroupwareItemType itemType)
           
NoTransportConfiguredException(GroupwareItemType itemType, boolean log)
           
 
Method Summary
(package private) static void ()
           
 GroupwareItemType getGroupwareItemType()
           
 
Methods inherited from class com.sap.ip.collaboration.gw.api.framework.groupware.GroupwareException
getExceptionId, getMessage, getTextBundle, getTextBundle, logMessage
 

Field Detail

itemType

private GroupwareItemType itemType

MESSAGE_KEY_CALENDAR

private static final java.lang.String MESSAGE_KEY_CALENDAR

MESSAGE_KEY_CONTACT

private static final java.lang.String MESSAGE_KEY_CONTACT

MESSAGE_KEY_MAIL

private static final java.lang.String MESSAGE_KEY_MAIL

MESSAGE_KEY_TASK

private static final java.lang.String MESSAGE_KEY_TASK

messages

private static final java.util.Map messages
Constructor Detail

NoTransportConfiguredException

public NoTransportConfiguredException(GroupwareItemType itemType)

NoTransportConfiguredException

public NoTransportConfiguredException(GroupwareItemType itemType,
                                      boolean log)
Method Detail

static void ()

getGroupwareItemType

public GroupwareItemType getGroupwareItemType()