Package 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: 4c8ae737e0d05f51a210eef406e7f6377326cc53 $
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description EntityTypeNotSupportedException(EntityType entityType, SecurityEntryReader reader)
EntityTypeNotSupportedException(EntityType entityType, SecurityEntryReaderExtra reader)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
EntityTypeNotSupportedException
public EntityTypeNotSupportedException(EntityType entityType, SecurityEntryReader reader)
- Parameters:
entityType
- Type of the unsupported entity.reader
- The loader that does not support the entity type.
-
EntityTypeNotSupportedException
public EntityTypeNotSupportedException(EntityType entityType, SecurityEntryReaderExtra reader)
- Parameters:
entityType
- Type of the unsupported entity.reader
- The loader that does not support the entity type.- Since:
- 10.5RC1
-
-