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

com.sap.ip.collaboration.gw.api.exception.UserPasswordException
  |
  +--com.sap.ip.collaboration.gw.api.exception.NoLogonDataFoundException

public class NoLogonDataFoundException
extends UserPasswordException

The TransportLoadFailureException class is thrown when no logon data is found for a specific system Copyright (c) SAP 2002

Version:
$Revision: 1.0$

Field Summary
private static java.lang.String MESSAGE_KEY
           
private  java.lang.String systemName
           
 
Constructor Summary
NoLogonDataFoundException(java.lang.String systemName, java.lang.Throwable aCausingThrowable)
           
NoLogonDataFoundException(java.lang.String systemName, java.lang.Throwable aCausingThrowable, boolean log)
           
 
Method Summary
 java.lang.String getSystemName()
           
 

Field Detail

MESSAGE_KEY

private static final java.lang.String MESSAGE_KEY

systemName

private java.lang.String systemName
Constructor Detail

NoLogonDataFoundException

public NoLogonDataFoundException(java.lang.String systemName,
                                 java.lang.Throwable aCausingThrowable)

NoLogonDataFoundException

public NoLogonDataFoundException(java.lang.String systemName,
                                 java.lang.Throwable aCausingThrowable,
                                 boolean log)
Method Detail

getSystemName

public java.lang.String getSystemName()
Overrides:
getSystemName in class UserPasswordException