Package org.openbravo.authentication
Class AuthenticationExpirationPasswordException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.openbravo.base.exception.OBException
-
- org.openbravo.authentication.AuthenticationException
-
- org.openbravo.authentication.AuthenticationExpirationPasswordException
-
- All Implemented Interfaces:
Serializable
public class AuthenticationExpirationPasswordException extends AuthenticationException
This exception is used in case password for user has expired. Exception is launched in case that last update password date for user plus validity days defined for client has been reached- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AuthenticationExpirationPasswordException(String msg)
AuthenticationExpirationPasswordException(String msg, Throwable cause)
AuthenticationExpirationPasswordException(String msg, OBError error)
AuthenticationExpirationPasswordException(String msg, OBError error, boolean passwordExpiration)
-
Method Summary
-
Methods inherited from class org.openbravo.authentication.AuthenticationException
getOBError
-
Methods inherited from class org.openbravo.base.exception.OBException
getLogger, isLogExceptionNeeded
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
AuthenticationExpirationPasswordException
public AuthenticationExpirationPasswordException(String msg)
-
AuthenticationExpirationPasswordException
public AuthenticationExpirationPasswordException(String msg, OBError error)
-
AuthenticationExpirationPasswordException
public AuthenticationExpirationPasswordException(String msg, Throwable cause)
-
-