Class FSPostLoginException

    • Constructor Detail

      • FSPostLoginException

        public FSPostLoginException​(String errorCode,
                                    Object[] args)
        Creates FMPostLoginException object.
        Parameters:
        errorCode - Key of the error message in resource bundle.
        args - Arguments to the message.
      • FSPostLoginException

        public FSPostLoginException​(String msg)
        Creates FSPostLoginException object.
        Parameters:
        msg - the message for this exception.
      • FSPostLoginException

        public FSPostLoginException​(Throwable t,
                                    String msg)
        Creates AMAuthCallBackException object.
        Parameters:
        t - Root cause of this exception.
        msg - English message for this exception.