Package 

Class SuspendedAuthSessionException

  • All Implemented Interfaces:
    java.io.Serializable

    
    public class SuspendedAuthSessionException
    extends ApiException
                        

    Exception that is thrown when the user's suspendedId timed out and cause the authentication module to be authenticated to fail.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
      public final int statusCode
      public final String error
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      • Methods inherited from class org.forgerock.android.auth.exception.ApiException

        getError, getStatusCode, toString
      • Methods inherited from class java.lang.Throwable

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

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

      • SuspendedAuthSessionException

        SuspendedAuthSessionException(int statusCode, String error, String description)
    • Method Detail