|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.lang.Throwable | +--java.lang.Exception | +--java.io.IOException | +--org.metasyntactic.io.filesystem.NoPermissionException
NoPermissionExceptions are thrown when code attempts to perform operations that the underlying FS deams Illegal according to the codes Permissions. For example, a user attempting to list the files in a directory they don't have permission to list
Constructor Summary | |
NoPermissionException()
Creates new NoPermissionException without detail message. |
|
NoPermissionException(java.lang.String msg)
Constructs an NoPermissionException with the specified detail message. |
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 |
public NoPermissionException()
NoPermissionException
without detail message.
public NoPermissionException(java.lang.String msg)
NoPermissionException
with the specified detail message.
msg
- the detail message.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |