org.eclipse.emf.emfstore.internal.server.exceptions
Class AccessControlException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.eclipse.emf.emfstore.server.exceptions.ESException
              extended by org.eclipse.emf.emfstore.internal.server.exceptions.AccessControlException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ClientVersionOutOfDateException, ServerKeyStoreException, SessionTimedOutException

public class AccessControlException
extends ESException

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.

Author:
koegel
See Also:
Serialized Form

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

AccessControlException

public AccessControlException(String string)
Constructor.

Parameters:
string - message

AccessControlException

public AccessControlException()
Default Constructor.


AccessControlException

public AccessControlException(String string,
                              Exception e)
Constructor.

Parameters:
string - message
e - cause


Copyright © 2016. All Rights Reserved.