|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.eclipse.emf.emfstore.server.exceptions.ESException
org.eclipse.emf.emfstore.internal.server.exceptions.AccessControlException
public class AccessControlException
Represents a access control violation. Access to a server resource may not be allowed for current user or user name or password might be wrong.
| Constructor Summary | |
|---|---|
AccessControlException()
Default Constructor. |
|
AccessControlException(String string)
Constructor. |
|
AccessControlException(String string,
Exception e)
Constructor. |
|
| 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 AccessControlException(String string)
string - messagepublic AccessControlException()
public AccessControlException(String string,
Exception e)
string - messagee - cause
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||