Class NotSpaceUserException

  • All Implemented Interfaces:
    Serializable

    public class NotSpaceUserException
    extends com.avoka.fc.core.security.NotPortalAccountException
    Provides an exception used to denote an authenticated user is not associated with the space.
    Since:
    19.11.0
    See Also:
    Serialized Form
    • Constructor Detail

      • NotSpaceUserException

        public NotSpaceUserException​(User user,
                                     Space space)
        Construct this exception by user and space.
        Parameters:
        user - user value object class (required)
        space - space value object class (required)