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 SummaryConstructorsConstructorDescriptionNotSpaceUserException(User user, Space space) Construct this exception by user and space.
- 
Method SummaryMethods inherited from class com.avoka.fc.core.security.NotPortalAccountExceptiongetPortal, getUserAccountMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
NotSpaceUserExceptionConstruct this exception by user and space.- Parameters:
- user- user value object class (required)
- space- space value object class (required)
 
 
-