org.tentackle.appworx.rmi
Class AlreadyLoggedInException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
java.rmi.RemoteException
org.tentackle.db.rmi.LoginFailedException
org.tentackle.appworx.rmi.AlreadyLoggedInException
- All Implemented Interfaces:
- Serializable
public class AlreadyLoggedInException
- extends LoginFailedException
Exception thrown by an application server if the user is already logged in.
Only for appservers that don't allow a user logged in more than once.
- Author:
- harald
- See Also:
- Serialized Form
AlreadyLoggedInException
public AlreadyLoggedInException(AppUserInfo loginInfo)
- Creates an
AlreadyLoggedInException.
- Parameters:
loginInfo - the application user info
getLoginInfo
public AppUserInfo getLoginInfo()
- Gets the application user info.
- Returns:
- the user info
getMessage
public String getMessage()
- Returns the detail message, including the message from the cause, if
any, of this exception.
Overridden due to localized message.
- Overrides:
getMessage in class RemoteException
- Returns:
- the detail message
Copyright © 2001-2008 Harald Krake, Bergstr. 48, 78098 Triberg, Germany, harald@krake.de