Package org.cyclos.model.access
Class InaccessibleGroupException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.cyclos.model.CyclosException
-
- org.cyclos.model.FrameworkException
-
- org.cyclos.model.access.InvalidSessionDataException
-
- org.cyclos.model.access.InaccessibleGroupException
-
- All Implemented Interfaces:
Serializable
public class InaccessibleGroupException extends InvalidSessionDataException
Exception thrown when an administrator is logging in another user, and that user isn't managed by the adminstrator. But should be handled in a generic way, so if future Cyclos versions add a restriction for groups logging in via a specific configuration, this exception will be reused.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InaccessibleGroupException()
-
Method Summary
-
Methods inherited from class org.cyclos.model.CyclosException
getMessage, shouldGenerateLog
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-