Package com.avoka.tm.security
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 Summary
ConstructorDescriptionNotSpaceUserException
(User user, Space space) Construct this exception by user and space. -
Method Summary
Methods inherited from class com.avoka.fc.core.security.NotPortalAccountException
getPortal, getUserAccount
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
NotSpaceUserException
Construct this exception by user and space.- Parameters:
user
- user value object class (required)space
- space value object class (required)
-