Class AcrChangedException

  • All Implemented Interfaces:
    java.io.Serializable

    public class AcrChangedException
    extends java.lang.Exception
    Version:
    0.9, 16/06/2015
    Author:
    Yuriy Zabrovarnyy
    See Also:
    Serialized Form
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean isForceReAuthentication()  
      void setForceReAuthentication​(boolean forceReAuthentication)  
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • AcrChangedException

        public AcrChangedException()
      • AcrChangedException

        public AcrChangedException​(boolean forceReAuthentication)
      • AcrChangedException

        public AcrChangedException​(java.lang.Throwable cause)
      • AcrChangedException

        public AcrChangedException​(java.lang.String message)
      • AcrChangedException

        public AcrChangedException​(java.lang.String message,
                                   java.lang.Throwable cause)
    • Method Detail

      • isForceReAuthentication

        public boolean isForceReAuthentication()
      • setForceReAuthentication

        public void setForceReAuthentication​(boolean forceReAuthentication)