|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
at.ac.tuwien.dslab.rmi.common.impl.FileManException
at.ac.tuwien.dslab.rmi.common.impl.UserAccessException
public class UserAccessException
The UserAccessException
is used when the user
tries to invoke an operation where he/she is not authorized
to do that.
Constructor Summary | |
---|---|
UserAccessException(java.lang.String msg)
Creates a new UserAccessException with a specific
error message. |
|
UserAccessException(java.lang.String msg,
java.lang.Throwable cause)
Creates a new UserAccessException with a specific
error message and a cause for this message. |
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 |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public UserAccessException(java.lang.String msg)
UserAccessException
with a specific
error message.
msg
- The error message.public UserAccessException(java.lang.String msg, java.lang.Throwable cause)
UserAccessException
with a specific
error message and a cause for this message.
msg
- The error message.cause
- The exception which caused this one.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |