Ila

org.topoweb.ila.server
Class AuthenticationException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.topoweb.ila.IlaException
                    |
                    +--org.topoweb.ila.server.AuthenticationException
All Implemented Interfaces:
java.io.Serializable

public class AuthenticationException
extends IlaException

Exception type indicating an authentication error for a privileged network service (e.g. SPIs).

Author:
Babak Farhang
See Also:
Serialized Form

Constructor Summary
AuthenticationException()
          Creates a default instance.
AuthenticationException(IlaSession session)
          Creates a new instance with the specified session.
AuthenticationException(java.lang.String message)
          Creates a new instance with the specified message.
AuthenticationException(java.lang.String message, IlaSession session)
          Creates an instance with the given message and session.
 
Method Summary
 IlaSession getSession()
          Returns the session.
 
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
 

Constructor Detail

AuthenticationException

public AuthenticationException(java.lang.String message)
Creates a new instance with the specified message.

Parameters:
message - the detail message

AuthenticationException

public AuthenticationException(IlaSession session)
Creates a new instance with the specified session.

Parameters:
session - the session info

AuthenticationException

public AuthenticationException()
Creates a default instance.


AuthenticationException

public AuthenticationException(java.lang.String message,
                               IlaSession session)
Creates an instance with the given message and session.

Parameters:
message - the detail message
session - the session info
See Also:
getSession().
Method Detail

getSession

public IlaSession getSession()
Returns the session.


Ila

Copyright (C) 2002 Babak Farhang

This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.