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$
MESSAGE_KEY
private static final java.lang.String MESSAGE_KEY
systemName
private java.lang.String systemName
NoLogonDataFoundException
public NoLogonDataFoundException(java.lang.String systemName,
java.lang.Throwable aCausingThrowable)
NoLogonDataFoundException
public NoLogonDataFoundException(java.lang.String systemName,
java.lang.Throwable aCausingThrowable,
boolean log)
getSystemName
public java.lang.String getSystemName()
- Overrides:
getSystemName in class UserPasswordException