Package com.avoka.fc.core.security
Class AccountNotActiveException
- 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
-
- All Implemented Interfaces:
Serializable
public class AccountNotActiveException extends org.springframework.security.authentication.AccountStatusException
Provides an exception used to denote that a user account is inactive.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AccountNotActiveException(String msg, String status)
Create a AccountNotActiveException with the specified parameters
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getStatus()
Return the actual user status-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Method Detail
-
getStatus
public String getStatus()
Return the actual user status- Returns:
- the user status
-
-