Class TemporaryPasswordException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.security.core.AuthenticationException
org.springframework.security.authentication.AccountStatusException
com.appiancorp.suiteapi.common.spring.security.TemporaryPasswordException
All Implemented Interfaces:
Serializable

public class TemporaryPasswordException extends org.springframework.security.authentication.AccountStatusException
Thrown if an authentication request is rejected because it's using an account's temporary credentials but cannot be redirected to the interface that allows to enter a new password. For example when the request comes from the Web API.
See Also:
  • Constructor Details

    • TemporaryPasswordException

      public TemporaryPasswordException(String msg)
    • TemporaryPasswordException

      public TemporaryPasswordException(String msg, Throwable t)