|
|
|
|
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.io.IOException
org.torweg.pulse.vfs.VFIOException
org.torweg.pulse.vfs.InsufficientPermissionsException
public class InsufficientPermissionsException
is thrown, if an accessor has not all Permissions to required
for an operation on a VirtualFile.
| Constructor Summary | |
|---|---|
InsufficientPermissionsException()
|
|
InsufficientPermissionsException(java.lang.String message)
|
|
InsufficientPermissionsException(java.lang.String message,
java.lang.Throwable cause)
|
|
InsufficientPermissionsException(java.lang.Throwable cause)
|
|
| Method Summary |
|---|
| 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 InsufficientPermissionsException()
VFIOException.VFIOException()public InsufficientPermissionsException(java.lang.String message)
message - the error messageVFIOException.VFIOException(String)public InsufficientPermissionsException(java.lang.Throwable cause)
cause - the root causeVFIOException.VFIOException(Throwable)
public InsufficientPermissionsException(java.lang.String message,
java.lang.Throwable cause)
message - the error messagecause - the root causeVFIOException.VFIOException(String,Throwable)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||