twcsckernel.serverKernel.usr
Class LoginException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
twcsckernel.serverKernel.usr.LoginException
- All Implemented Interfaces:
- java.io.Serializable
public class LoginException
- extends java.io.IOException
Wyjątek opisujący błąd logowania do zbioru zalogowanych użytkowników.
Przyczyną wyjątku może być albo próba wielokrotnego zalogowania, albo
błąd przy tworzeniu managera bezpieczeństwa dla danego użytkownika.
- Author:
- VMD Group
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
MULTIPLE_LOGIN
public static final int MULTIPLE_LOGIN
- See Also:
- Constant Field Values
SECURITY_MANAGER_ERROR
public static final int SECURITY_MANAGER_ERROR
- See Also:
- Constant Field Values
LoginException
public LoginException(int reason)
LoginException
public LoginException(java.lang.String message,
int reason)
getReason
public int getReason()
Copyright © 2005-2006 CS@PUT. All Rights Reserved.