org.xwiki.security.authorization
Class EntityTypeNotSupportedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.xwiki.security.authorization.AuthorizationException
org.xwiki.security.authorization.EntityTypeNotSupportedException
- All Implemented Interfaces:
- Serializable
public class EntityTypeNotSupportedException
- extends AuthorizationException
Thrown when attempting to load a right for an unsupported entity type.
- Since:
- 4.0M2
- Version:
- $Id: 55507c80c22a47bcd245f8844c93eaacd6106994 $
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
EntityTypeNotSupportedException
public EntityTypeNotSupportedException(EntityType entityType,
SecurityEntryReader reader)
- Parameters:
entityType - Type of the unsupported entity.reader - The loader that does not support the entity type.
Copyright © 2004-2013 XWiki. All Rights Reserved.