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

com.sap.ip.collaboration.gw.api.exception.UserPasswordException
Direct Known Subclasses:
AuthenticationException, NoLogonDataFoundException

public abstract class UserPasswordException

Title: UserPasswordException Description: All user/pwd, usermapping related exceptions will be extending this class. Copyright: Copyright (c) 2002 Company: SAP

Version:
1.0

Constructor Summary
UserPasswordException(java.lang.String messageKey, boolean log)
           
UserPasswordException(java.lang.String url, java.lang.String errorKey, com.sap.ip.collaboration.core.api.util.text.TextBundle messageBundle, boolean log)
           
UserPasswordException(java.lang.Throwable aCausingThrowable, java.lang.String aTextKey, java.lang.Object[] messageParameters, java.lang.String resourceBundle, java.lang.Class callingClass, boolean log)
           
UserPasswordException(java.lang.Throwable aCausingThrowable, java.lang.String aTextKey, java.lang.Object[] messageParameters, com.sap.ip.collaboration.core.api.util.text.TextBundle bundle, boolean log)
           
 
Method Summary
abstract  java.lang.String getSystemName()
           
 

Constructor Detail

UserPasswordException

public UserPasswordException(java.lang.String messageKey,
                             boolean log)

UserPasswordException

public UserPasswordException(java.lang.String url,
                             java.lang.String errorKey,
                             com.sap.ip.collaboration.core.api.util.text.TextBundle messageBundle,
                             boolean log)

UserPasswordException

public UserPasswordException(java.lang.Throwable aCausingThrowable,
                             java.lang.String aTextKey,
                             java.lang.Object[] messageParameters,
                             java.lang.String resourceBundle,
                             java.lang.Class callingClass,
                             boolean log)

UserPasswordException

public UserPasswordException(java.lang.Throwable aCausingThrowable,
                             java.lang.String aTextKey,
                             java.lang.Object[] messageParameters,
                             com.sap.ip.collaboration.core.api.util.text.TextBundle bundle,
                             boolean log)
Method Detail

getSystemName

public abstract java.lang.String getSystemName()