All Packages Class Hierarchy This Package Previous Next Index
Class jnfs.security.AuthenticationException
java.lang.Object
|
+----java.lang.Throwable
|
+----java.lang.Exception
|
+----jnfs.security.AuthenticationException
- public class AuthenticationException
- extends Exception
Thrown by the file server when an unauthenticated user
attempts to perform any file operation.
- Version:
- $Id: AuthenticationException.java,v 1.8 1997/05/20 19:16:20 mjr Exp $
- Author:
- Michael John Radwin
-
AuthenticationException()
- Constructs an
AuthenticationException with no detail message.
-
AuthenticationException(String)
- Constructs an
AuthenticationException with the
specified detail message.
AuthenticationException
public AuthenticationException()
- Constructs an
AuthenticationException with no detail message.
AuthenticationException
public AuthenticationException(String s)
- Constructs an
AuthenticationException with the
specified detail message.
- Parameters:
- s - the detail message.
All Packages Class Hierarchy This Package Previous Next Index