Package com.avoka.tm.security
Class UserNotActiveException
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.AccountNotActiveException
com.avoka.tm.security.UserNotActiveException
- All Implemented Interfaces:
- Serializable
public class UserNotActiveException
extends com.avoka.fc.core.security.AccountNotActiveException
Provides an exception used to denote that a user is inactive.
- Since:
- 19.11.0
- See Also:
- 
Constructor SummaryConstructorsConstructorDescriptionUserNotActiveException(String msg, String status) Create a UserNotActiveException with the specified parameters
- 
Method SummaryMethods inherited from class com.avoka.fc.core.security.AccountNotActiveExceptiongetStatusMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
UserNotActiveExceptionCreate a UserNotActiveException with the specified parameters- Parameters:
- msg- the detail message
- status- the actual user status
 
 
-