All Packages Class Hierarchy This Package Previous Next Index
Class jnfs.security.PermissionDeniedException
java.lang.Object
|
+----java.lang.Throwable
|
+----java.lang.Exception
|
+----jnfs.security.PermissionDeniedException
- public class PermissionDeniedException
- extends Exception
Thrown by the file server when a user has insufficient privileges
to perform a particular file operation (such as reading or writing
to a file).
- Version:
- $Id: PermissionDeniedException.java,v 1.6 1997/05/20 19:16:20 mjr Exp $
- Author:
- Michael John Radwin
-
PermissionDeniedException()
- Constructs an
PermissionDeniedException with no detail message.
-
PermissionDeniedException(String)
- Constructs an
PermissionDeniedException with the
specified detail message.
PermissionDeniedException
public PermissionDeniedException()
- Constructs an
PermissionDeniedException with no detail message.
PermissionDeniedException
public PermissionDeniedException(String s)
- Constructs an
PermissionDeniedException with the
specified detail message.
- Parameters:
- s - the detail message.
All Packages Class Hierarchy This Package Previous Next Index