twcsckernel.serverKernel.usr
Class LoginException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by 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

Field Summary
static int MULTIPLE_LOGIN
           
static int SECURITY_MANAGER_ERROR
           
 
Constructor Summary
LoginException(int reason)
           
LoginException(java.lang.String message, int reason)
           
 
Method Summary
 int getReason()
           
 
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
 

Field Detail

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
Constructor Detail

LoginException

public LoginException(int reason)

LoginException

public LoginException(java.lang.String message,
                      int reason)
Method Detail

getReason

public int getReason()


Copyright © 2005-2006 CS@PUT. All Rights Reserved.