Interface IAccessDeniedValueHolder
-
- All Superinterfaces:
IObjectValueHolder,IValueHolder<Object>
- All Known Implementing Classes:
AccessDeniedValueHolder
public interface IAccessDeniedValueHolder extends IValueHolder<Object>, IObjectValueHolder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AccessControlExceptiongetException()-
Methods inherited from interface de.uplanet.lucy.server.dataobjects.IValueHolder
getCanonicalLexicalRepresentation, getRawValue, getType, getValue, hasValue
-
-
-
-
Method Detail
-
getException
AccessControlException getException()
-
-