Class NotSpaceUserException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.security.core.AuthenticationException
org.springframework.security.authentication.AccountStatusException
com.avoka.fc.core.security.NotPortalAccountException
com.avoka.tm.security.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:
  • Constructor Details

    • 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)