Class 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 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