org.tentackle.db.rmi
Class LoginFailedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
java.rmi.RemoteException
org.tentackle.db.rmi.LoginFailedException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- AlreadyLoggedInException
public class LoginFailedException
- extends RemoteException
RMI servers should throw a LoginFailedException if authentication fails (or
any other reason)
- Author:
- harald
- See Also:
- Serialized Form
LoginFailedException
public LoginFailedException()
- Creates a
LoginFailedException.
LoginFailedException
public LoginFailedException(String s)
- Constructs a
LoginFailedException with the specified
detail message.
- Parameters:
s - the detail message
LoginFailedException
public LoginFailedException(String s,
Throwable cause)
- Constructs a
LoginFailedException with the specified detail
message and cause. This constructor sets the RemoteException.detail
field to the specified Throwable.
- Parameters:
s - the detail messagecause - the cause
Copyright © 2001-2008 Harald Krake, Bergstr. 48, 78098 Triberg, Germany, harald@krake.de