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 AccessControlException
getException()
-
Methods inherited from interface de.uplanet.lucy.server.dataobjects.IValueHolder
getCanonicalLexicalRepresentation, getRawValue, getType, getValue, hasValue
-
-
-
-
Method Detail
-
getException
AccessControlException getException()
-
-