Class AuthenticationTimeoutException

  • All Implemented Interfaces:
    java.io.Serializable

    public class AuthenticationTimeoutException
    extends ApiException
    Exception that is thrown when the user's authentication session timed out and cause the authentication module to be authenticated to fail.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      AuthenticationTimeoutException​(int statusCode, java.lang.String error, java.lang.String description)
    • Method Summary

      • 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

      • AuthenticationTimeoutException

        public AuthenticationTimeoutException​(int statusCode,
                                              java.lang.String error,
                                              java.lang.String description)