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

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

public class TransportLoadFailureException
extends GroupwareException

The TransportLoadFailureException class is thrown when the groupware framework is unable to load the specified transport class. Copyright (c) SAP 2002

Version:
$Revision: 1.0$

Field Summary
private static java.lang.String MESSAGE_KEY
           
private  java.lang.String transportClassName
           
 
Fields inherited from class com.sap.ip.collaboration.gw.api.framework.groupware.GroupwareException
exceptionKey, GROUPWARE_MESSAGE_PREFIX, LOCALIZATIONFILE, MESSAGE_DELIMITER
 
Constructor Summary
TransportLoadFailureException(java.lang.String transportClassName, java.lang.Throwable aCausingThrowable)
           
TransportLoadFailureException(java.lang.String transportClassName, java.lang.Throwable aCausingThrowable, boolean log)
           
 
Method Summary
 java.lang.String getTransportClassName()
           
 
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

transportClassName

private java.lang.String transportClassName
Constructor Detail

TransportLoadFailureException

public TransportLoadFailureException(java.lang.String transportClassName,
                                     java.lang.Throwable aCausingThrowable)

TransportLoadFailureException

public TransportLoadFailureException(java.lang.String transportClassName,
                                     java.lang.Throwable aCausingThrowable,
                                     boolean log)
Method Detail

getTransportClassName

public java.lang.String getTransportClassName()